Bookmark tags
Adds tags to bookmarks. Improves search and more.
What is Bookmark tags?
Bookmark tags is a Chrome extension developed by OneMoreGres, and its main feature is "Adds tags to bookmarks. Improves search and more.".
Extension Screenshots
Download Bookmark tags Extension CRX File
Download Bookmark tags extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bookmark tags |
ID | edpeidcfjfmepdgdjnodefckgdjbigem |
Official URL | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
Description | Adds tags to bookmarks. Improves search and more. |
File Size | 18.73 KB |
Installation Count | 2,697 |
Current Version | 0.8.1 |
Last Updated | 2021-11-08 |
Publish Date | 2020-05-15 |
Rating | 4.77/5 Total 39 Ratings |
Developer | OneMoreGres |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |