Bookmark tags
Adds tags to bookmarks. Improves search and more.
O que é Bookmark tags?
Bookmark tags é uma extensão do Chrome desenvolvida por OneMoreGres, e sua principal característica é "Adds tags to bookmarks. Improves search and more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmark tags
Baixe arquivos de extensão Bookmark tags no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bookmark tags |
ID | edpeidcfjfmepdgdjnodefckgdjbigem |
URL Oficial | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
Descrição | Adds tags to bookmarks. Improves search and more. |
Tamanho do Arquivo | 18.73 KB |
Contagem de Instalações | 2,697 |
Versão Atual | 0.8.1 |
Última Atualização | 2021-11-08 |
Data de Publicação | 2020-05-15 |
Classificação | 4.77/5 Total de 39 Avaliações |
Desenvolvedor | OneMoreGres |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |