Bookmark beautifier
A browser extension that sorts and organizes bookmarks, also has an edit mode.
Apa itu Bookmark beautifier?
Bookmark beautifier adalah ekstensi Chrome yang dikembangkan oleh Jelly Corp, dan fitur utamanya adalah "A browser extension that sorts and organizes bookmarks, also has an edit mode.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmark beautifier
Unduh file ekstensi Bookmark beautifier 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
Chrome browser extension for sorting and organizing bookmarks. Simplifies the bookmark managing process by providing functions such as sorting, grouping similar links into folders and shortening obscure titles. USAGE: • Sorting • Grouping by domain • Shortening bookmark titles • Simply click two times to open the link • Manage you bookmarks with an easy to use interface -Drag and drop links to reorganize -Double click to edit link -Hold Ctrl and click to select multiple links PERMISSIONS: Bookmarks - for extension functionality. That's it, nothing else
Informasi Dasar Ekstensi
Nama | Bookmark beautifier |
ID | ahnaocfoepojfegbafgokdjnpnhajjgb |
URL Resmi | https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb |
Deskripsi | A browser extension that sorts and organizes bookmarks, also has an edit mode. |
Ukuran File | 625 KB |
Jumlah Instalasi | 1,218 |
Versi Saat Ini | 1.0.5.5 |
Terakhir Diperbarui | 2017-06-10 |
Tanggal Publikasi | 2017-06-10 |
Penilaian | 3.26/5 Total 19 Penilaian |
Pengembang | Jelly Corp |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/koolzz/bookmark-beautifier |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark beautifier", "short_name": "Bbeautifier", "version": "1.0.5.5", "description": "A browser extension that sorts and organizes bookmarks, also has an edit mode.", "permissions": [ "bookmarks" ], "icons": { "128": "icon_128.png", "64": "icon_64.png", "16": "icon_16.png" }, "browser_action": { "default_title": "Bookmark beautifier", "default_icon": "icon_128.png", "default_popup": "popup.html" } } |