覆盖about时显示空地址栏:Firefox中的newtab

时间:2017-09-28 22:30:56

标签: firefox firefox-webextensions manifest.json

我刚刚移植了一个扩展程序,用于改变从Chrome到Firefox的about:newtab页面。

这样做(来自 manifest.json ):

...
"chrome_url_overrides": {
    "newtab": "index.html"
},
...

Google Chrome浏览器不会在地址栏中显示任何内容,但我的扩展程序的Firefox版本会显示 moz-extension://some-hex-string/index.html

在这种情况下,有没有办法让Firefox显示空地址栏?

1 个答案:

答案 0 :(得分:1)

经过一番研究,我发现这是一个正在研究的问题,目前还没有解决方案。见这里:https://bugzilla.mozilla.org/show_bug.cgi?id=1372996

编辑:它将在第57版中发布。