Cherry Bookmarks
Organize your bookmarks with categories and tags
Co to jest Cherry Bookmarks?
Cherry Bookmarks to rozszerzenie Chrome opracowane przez David Reeß, a jego główną funkcją jest „Organize your bookmarks with categories and tags”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cherry Bookmarks
Pobierz pliki rozszerzeń Cherry Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
✔ 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/)
Podstawowe informacje o rozszerzeniu
Nazwa | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
Oficjalny URL | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Opis | Organize your bookmarks with categories and tags |
Rozmiar pliku | 351 KB |
Liczba instalacji | 115 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-10-13 |
Data Publikacji | 2013-10-13 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | David Reeß |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |