Clean Bookmark
A simple extension for clean bookmarks
Apa itu Clean Bookmark?
Clean Bookmark adalah ekstensi Chrome yang dikembangkan oleh kbehouse, dan fitur utamanya adalah "A simple extension for clean bookmarks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clean Bookmark
Unduh file ekstensi Clean Bookmark 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
A very simple app for clean your bookmarks. Free Functions: Find "Empty Directories" Bookmarks Find "Duplicate Names" Bookmarks Find "Duplicate URL" Bookmarks Github (this is open source): If you are a developer, welcome to pull and download the following sourcecode: https://github.com/kbehouse/clean-bookmark
Informasi Dasar Ekstensi
Nama | Clean Bookmark |
ID | jpjlngakachakfbbpipgkadjaalmpcjm |
URL Resmi | https://chromewebstore.google.com/detail/clean-bookmark/jpjlngakachakfbbpipgkadjaalmpcjm |
Deskripsi | A simple extension for clean bookmarks |
Ukuran File | 1.26 MB |
Jumlah Instalasi | 589 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-03-01 |
Tanggal Publikasi | 2019-02-28 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | kbehouse |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A simple extension for clean bookmarks", "version": "1.0.1", "name": "Clean Bookmark", "short_name": "Clean Bookmark", "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ "bookmarks" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |