搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Use custom new tab page as home page

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 WestEnd

more options

Hello,

I've written an extension that overrides the new tab page (chrome_url_override 'newtab' https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_url_overrides), and I would like to have this page not only be the new tab page in my browser, but also the homepage that appears when I first open Firefox.

I've tried using the custom URL option in the preferences for 'New windows and tabs', and clicking 'Use current page' for, so that the URL is that of my extensions new tab page (moz-extension://f897059f-ffba-8d43-9569-8d488fcaeb19/pages/newtab.html in my case), however this does not work, when first opened, Firefox displays a blank page with no console errors or anything.

Is there any way to set the home page to my custom new page, or any page that I can provide with my extension? It needs to have access to the bookmarks via the web extension API, otherwise I would just use a custom local URL.

I'd appreciate any help on this.

Hello, I've written an extension that overrides the new tab page (chrome_url_override 'newtab' https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_url_overrides), and I would like to have this page not only be the new tab page in my browser, but also the homepage that appears when I first open Firefox. I've tried using the custom URL option in the preferences for 'New windows and tabs', and clicking 'Use current page' for, so that the URL is that of my extensions new tab page (moz-extension://f897059f-ffba-8d43-9569-8d488fcaeb19/pages/newtab.html in my case), however this does not work, when first opened, Firefox displays a blank page with no console errors or anything. Is there any way to set the home page to my custom new page, or any page that I can provide with my extension? It needs to have access to the bookmarks via the web extension API, otherwise I would just use a custom local URL. I'd appreciate any help on this.

所有回覆 (3)

more options

I just set my homepage to Google and it works without problems.

more options

I appreciate your reply, but that's not my problem, as I wrote at the end I can set the homepage to a regular URL just fine, but I want it to open an extension page, with access to the web extension API.

To add to it, it seems that this actually works for me on windows 10, the issue with the blank page is only on mac.

more options

Then something on your mac probably the security software is causing the blank page then. As you said it works fine on Windows 10 then that means the problem is the Mac.