Bookmark tags
Adds tags to bookmarks. Improves search and more.
Wat is Bookmark tags?
Bookmark tags is een Chrome-extensie ontwikkeld door OneMoreGres, en de belangrijkste functie is "Adds tags to bookmarks. Improves search and more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark tags
Download Bookmark tags-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bookmark tags |
ID | edpeidcfjfmepdgdjnodefckgdjbigem |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
Beschrijving | Adds tags to bookmarks. Improves search and more. |
Bestandsgrootte | 18.73 KB |
Aantal Installaties | 2,697 |
Huidige Versie | 0.8.1 |
Laatst Bijgewerkt | 2021-11-08 |
Publicatiedatum | 2020-05-15 |
Beoordeling | 4.77/5 Totaal 39 Beoordelingen |
Ontwikkelaar | OneMoreGres |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |