Bookmarks@newtab
A new tab page that displays your bookmarks.
What is Bookmarks@newtab?
Bookmarks@newtab is a Chrome extension developed by pine.nuts, and its main feature is "A new tab page that displays your bookmarks.".
Extension Screenshots
Download Bookmarks@newtab Extension CRX File
Download Bookmarks@newtab 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
Features: - Masonry view, list view, icon view and grid view - Add, edit, delete and move bookmarks - Customizable background color, background image and text colors
Extension Basic Information
Name | Bookmarks@newtab |
ID | iceijoabkonabhjmokfmkbifmoogagoe |
Official URL | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
Description | A new tab page that displays your bookmarks. |
File Size | 3.95 MB |
Installation Count | 20 |
Current Version | 1.4.4 |
Last Updated | 2024-02-27 |
Publish Date | 2020-01-13 |
Developer | pine.nuts |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks@newtab", "version": "1.4.4", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon", "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |