Bookmark tags
Adds tags to bookmarks. Improves search and more.
Was ist Bookmark tags?
Bookmark tags ist eine Chrome-Erweiterung, die von OneMoreGres entwickelt wurde, und ihr Hauptmerkmal ist "Adds tags to bookmarks. Improves search and more.".
Erweiterungsscreenshots
Bookmark tags-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark tags-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | edpeidcfjfmepdgdjnodefckgdjbigem |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
| Beschreibung | Adds tags to bookmarks. Improves search and more. |
| Dateigröße | 18.73 KB |
| Installationsanzahl | 2,697 |
| Aktuelle Version | 0.8.1 |
| Letztes Update | 2021-11-08 |
| Veröffentlichungsdatum | 2020-05-15 |
| Bewertung | 4.77/5 Insgesamt 39 Bewertungen |
| Entwickler | OneMoreGres |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |