Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
What is Visual bookmarks?
Visual bookmarks is a Chrome extension developed by ivan_k, and its main feature is "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
Extension Screenshots
Download Visual bookmarks Extension CRX File
Download Visual 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
The visual bookmarks page replaces the default new tab. Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles. Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues
Extension Basic Information
Name | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
Official URL | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
Description | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
File Size | 124 KB |
Installation Count | 20,000 |
Current Version | 5.12.3 |
Last Updated | 2024-01-13 |
Publish Date | 2020-07-02 |
Rating | 4.53/5 Total 308 Ratings |
Developer | ivan_k |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/k-ivan/visual-bookmarks-chrome |
Supported Languages | en,hu,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "5.12.3", "minimum_chrome_version": "95", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_title": "__MSG_default_title__" }, "permissions": [ "scripting", "background", "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "contextMenus" ], "host_permissions": [ " |