Important
UPDATE March 2026: Unfortunately the extension is no longer available in Mozilla's Addons store.
I recently received an email from them, saying that this extension was reported that it's not possible to build it from source. And that I need fix this or they will remove it from their store.
I tweaked the scripts to make them idiot-proof, updated the Readme doc, and pushed a new version, but unfortunately it was not enough for them. I've got the same email saying that they can't build it (with the same log attached, where some automated process tries to run scripts that don't exist). No idea why. No idea what else I can do. I have no more capacity to keep trying to satisfy mozilla's extension "experts".
Feel free to fork & publish.
Replace your new-tab page and home page with your bookmarks. No ads, no speed dials, no frequently visited or other "frecence" bullshit! Just your own, predictable grid of links.
Download from chrome web store
Download from mozilla addons page *
- Drag & drop tiles to reorder
- Command palette (filter flat list) (currently Cmd+P on mac - when focus is on page)
- Custom images for tiles (right-click on a tile -> edit, or just drag an image from desktop and drop it on a thumbnail)
- Style page with custom css - paste your css in settings
- Requires only 1 permissions (bookmarks)!
- Theme support! 🎉
- Settings export/import
- Docked Folders
- Select a folder from your bookmarks
- Enjoy!
This extension only needs 1 permission from Firefox - to access your bookmarks. You can also allow this extension to send requests to 3rd party services:
- Google Favicon service - to display nice favicons in Docked Folders and in the Search panel
- Github API - to be able to use the Themes
If you do NOT allow either of these - the extension will still work without any issues. You just won't see the favicons or won't be able to use themes directly from the extension (you can still manually download theme icons & copy & paste the css).
You can change these options in the extension settings, in the Privacy section
More on how to use Themes in the PerfectHome Themes repository.
See a tutorial here
npm i- To test the extension in a temporary firefox profile, use the test script:
npm start
- To build a zip artifact (that can be uploaded to mozilla addons):
npm run build
- Open
about:profiles - Create
test-profile - Set your previous profile as "default" again

