Bookmark beautifier
A browser extension that sorts and organizes bookmarks, also has an edit mode.
Cos'è Bookmark beautifier?
Bookmark beautifier è un'estensione di Chrome sviluppata da Jelly Corp, e la sua funzione principale è "A browser extension that sorts and organizes bookmarks, also has an edit mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark beautifier
Scarica i file di estensione Bookmark beautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Bookmark beautifier |
ID | ahnaocfoepojfegbafgokdjnpnhajjgb |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb |
Descrizione | A browser extension that sorts and organizes bookmarks, also has an edit mode. |
Dimensione del File | 625 KB |
Conteggio Installazioni | 1,218 |
Versione Corrente | 1.0.5.5 |
Ultimo Aggiornamento | 2017-06-10 |
Data di Pubblicazione | 2017-06-10 |
Valutazione | 3.26/5 Totale 19 Valutazioni |
Sviluppatore | Jelly Corp |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/koolzz/bookmark-beautifier |
Lingue Supportate | 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" } } |