Cherry Bookmarks
Organize your bookmarks with categories and tags
What is Cherry Bookmarks?
Cherry Bookmarks is a Chrome extension developed by David Reeß, and its main feature is "Organize your bookmarks with categories and tags".
Extension Screenshots
Download Cherry Bookmarks Extension CRX File
Download Cherry 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
✔ Order your bookmarks in categories for better visibility (for example, add a category for all links you still want to read!) ✔ Add custom colored tags to your bookmarks for better organization and searchability ✔ Search your bookmarks with a powerful real-time search -- Cherry Icon by Artbees (http://artbees.deviantart.com/)
Extension Basic Information
Name | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
Official URL | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Description | Organize your bookmarks with categories and tags |
File Size | 351 KB |
Installation Count | 115 |
Current Version | 1.0 |
Last Updated | 2013-10-13 |
Publish Date | 2013-10-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | David Reeß |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cherry Bookmarks", "version": "1.0", "manifest_version": 2, "description": "Organize your bookmarks with categories and tags", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png" }, "author": "David Ree\u00df", "browser_action": { "default_icon": { "19": "assets\/icon19.png" }, "default_title": "Cherry Bookmarks" }, "content_scripts": [], "background": { "scripts": [ "scripts\/background\/browser_action.js", "scripts\/background\/install_notice.js" ] }, "permissions": [ "storage", "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "web_accessible_resources": [] } |