Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
Apa itu Custom Bookmarks?
Custom Bookmarks adalah ekstensi Chrome yang dikembangkan oleh evil.bot3000, dan fitur utamanya adalah "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Bookmarks
Unduh file ekstensi Custom 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
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views.
Informasi Dasar Ekstensi
Nama | Custom Bookmarks |
ID | bkhmiabadbepbmipplmhadmhpobofmgj |
URL Resmi | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
Deskripsi | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
Ukuran File | 483 KB |
Jumlah Instalasi | 126 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-05-25 |
Tanggal Publikasi | 2016-05-13 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | evil.bot3000 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "0.1", "manifest_version": 2, "icons": { "128": "build\/icons\/icon128.png" }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Custom Bookmarks" } } |