Cherry Bookmarks
Organize your bookmarks with categories and tags
Qu'est-ce que Cherry Bookmarks ?
Cherry Bookmarks est une extension Chrome développée par David Reeß, et sa fonction principale est "Organize your bookmarks with categories and tags".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cherry Bookmarks
Téléchargez les fichiers d'extension Cherry Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✔ 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/)
Informations de Base sur l'Extension
Nom | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
URL Officiel | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Description | Organize your bookmarks with categories and tags |
Taille du Fichier | 351 KB |
Nombre d'Installations | 115 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-10-13 |
Date de Publication | 2013-10-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | David Reeß |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |