Cherry Bookmarks
Organize your bookmarks with categories and tags
Vad är Cherry Bookmarks?
Cherry Bookmarks är en Chrome-tillägg utvecklad av David Reeß, och dess huvudfunktion är "Organize your bookmarks with categories and tags".
Tilläggsskärmbilder
Ladda ner Cherry Bookmarks-förlängningens CRX-fil
Ladda ner Cherry Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
✔ 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/)
Grundläggande Information om Tillägg
Namn | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
Officiell webbadress | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Beskrivning | Organize your bookmarks with categories and tags |
Filstorlek | 351 KB |
Antal Installationer | 115 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-10-13 |
Publiceringsdatum | 2013-10-13 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | David Reeß |
Betalningssätt | free |
Stödda Språk | 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": [] } |