Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Apa itu Bookmarks Collections?
Bookmarks Collections adalah ekstensi Chrome yang dikembangkan oleh Teddy Thioulouse, dan fitur utamanya adalah "Create collections and switch between multiple bookmarks bars".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmarks Collections
Unduh file ekstensi Bookmarks Collections 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
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
Informasi Dasar Ekstensi
Nama | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
URL Resmi | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
Deskripsi | Create collections and switch between multiple bookmarks bars |
Ukuran File | 1.76 MB |
Jumlah Instalasi | 381 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-07-24 |
Tanggal Publikasi | 2020-07-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Teddy Thioulouse |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |