Cherry Bookmarks
Organize your bookmarks with categories and tags
Wat is Cherry Bookmarks?
Cherry Bookmarks is een Chrome-extensie ontwikkeld door David Reeß, en de belangrijkste functie is "Organize your bookmarks with categories and tags".
Extensie Screenshots
Download het CRX-bestand van de extensie Cherry Bookmarks
Download Cherry Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✔ 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/) Basisinformatie over de Extensie
| Naam | |
| ID | onmnaegclpkfdmikoclheajeonnlmoin |
| Officiële URL | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
| Beschrijving | Organize your bookmarks with categories and tags |
| Bestandsgrootte | 351 KB |
| Aantal Installaties | 115 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2013-10-13 |
| Publicatiedatum | 2013-10-13 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | David Reeß |
| Betalingswijze | free |
| Ondersteunde Talen | 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": []
} | |