Better Bookmarks
A minimalist new tab page with quick access to bookmarks and search
What is Better Bookmarks?
Better Bookmarks is a Chrome extension developed by Initial condition, and its main feature is "A minimalist new tab page with quick access to bookmarks and search".
Extension Screenshots
Download Better Bookmarks Extension CRX File
Download Better Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple, yet powerful new tab page that makes it easy to find any of your bookmarks! 🙌🏼 Features - Bookmarks from the "Bookmarks Bar" are featured on your new tab page - Search bar makes it easy to find your bookmarks or search on the web - Simple navigation through your bookmarks folders
Extension Basic Information
Name | Better Bookmarks |
ID | lioaolkpoamdbgkoddcddblpjmohmmkc |
Official URL | https://chromewebstore.google.com/detail/better-bookmarks/lioaolkpoamdbgkoddcddblpjmohmmkc |
Description | A minimalist new tab page with quick access to bookmarks and search |
File Size | 634 KB |
Installation Count | 40 |
Current Version | 0.1.8 |
Last Updated | 2022-03-29 |
Publish Date | 2020-05-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Initial condition |
[email protected] | |
Payment Type | free |
Extension Website | https://www.betterbookmarks.com |
Help Page URL | https://www.betterbookmarks.com |
Privacy Policy Page URL | https://speeddial2.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmarks", "homepage_url": "http:\/\/www.betterbookmarks.com\/", "description": "A minimalist new tab page with quick access to bookmarks and search", "default_locale": "en", "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "chrome_url_overrides": { "newtab": "override.html" }, "version": "0.1.8", "content_security_policy": "script-src 'self' ; object-src 'self'" } |