Bookmark tags
Adds tags to bookmarks. Improves search and more.
Cos'è Bookmark tags?
Bookmark tags è un'estensione di Chrome sviluppata da OneMoreGres, e la sua funzione principale è "Adds tags to bookmarks. Improves search and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark tags
Scarica i file di estensione Bookmark tags 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
Extension provides some additional functionality compared to default bookmark manager. This extension allows you to do following things: * add tags for any bookmark * search bookmarks by tag, folder or title/url words * bulk bookmark operations (open bookmarks, move them to folder, add or remove tag) * find potential duplicate bookmarks * show all used tags Unlike many other extensions, this one uses default browser's bookmarks storage and handles tags as part of a title. So it is possible to add some tags when creating new bookmark by just writing several #tags to its title.
Informazioni di Base sull'Estensione
Nome | Bookmark tags |
ID | edpeidcfjfmepdgdjnodefckgdjbigem |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
Descrizione | Adds tags to bookmarks. Improves search and more. |
Dimensione del File | 18.73 KB |
Conteggio Installazioni | 2,697 |
Versione Corrente | 0.8.1 |
Ultimo Aggiornamento | 2021-11-08 |
Data di Pubblicazione | 2020-05-15 |
Valutazione | 4.77/5 Totale 39 Valutazioni |
Sviluppatore | OneMoreGres |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_pluginName__", "description": "__MSG_pluginDescription__", "icons": { "16": "icon.png", "32": "icon32.png", "128": "icon128.png" }, "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "version": "0.8.1" } |