Cherry Bookmarks
Organize your bookmarks with categories and tags
Apa itu Cherry Bookmarks?
Cherry Bookmarks adalah ekstensi Chrome yang dikembangkan oleh David Reeß, dan fitur utamanya adalah "Organize your bookmarks with categories and tags".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cherry Bookmarks
Unduh file ekstensi Cherry Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
✔ 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/)
Informasi Dasar Ekstensi
Nama | Cherry Bookmarks |
ID | onmnaegclpkfdmikoclheajeonnlmoin |
URL Resmi | https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin |
Deskripsi | Organize your bookmarks with categories and tags |
Ukuran File | 351 KB |
Jumlah Instalasi | 115 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-10-13 |
Tanggal Publikasi | 2013-10-13 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | David Reeß |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |