在 Firefox 中覆盖 about:newtab 时显示空地址栏
Display empty address bar when overriding about:newtab in Firefox
我刚刚将 about:newtab 页面从 Chrome 更改为 Firefox 的扩展程序。
这样做是这样的(来自manifest.json):
...
"chrome_url_overrides": {
"newtab": "index.html"
},
...
Google Chrome 在地址栏中不显示任何内容,但我的扩展程序的 Firefox 版本显示 moz-extension://some-hex-string/index.html.
有没有办法让 Firefox 在这种情况下显示空地址栏?
经过一番研究,我发现这是一个正在调查的问题,目前没有解决方案。看这里:https://bugzilla.mozilla.org/show_bug.cgi?id=1372996
编辑: 版本 57 即将推出。
我刚刚将 about:newtab 页面从 Chrome 更改为 Firefox 的扩展程序。
这样做是这样的(来自manifest.json):
...
"chrome_url_overrides": {
"newtab": "index.html"
},
...
Google Chrome 在地址栏中不显示任何内容,但我的扩展程序的 Firefox 版本显示 moz-extension://some-hex-string/index.html.
有没有办法让 Firefox 在这种情况下显示空地址栏?
经过一番研究,我发现这是一个正在调查的问题,目前没有解决方案。看这里:https://bugzilla.mozilla.org/show_bug.cgi?id=1372996
编辑: 版本 57 即将推出。