Bookmark tags

Adds tags to bookmarks. Improves search and more.

Qu'est-ce que Bookmark tags ?

Bookmark tags est une extension Chrome développée par OneMoreGres, et sa fonction principale est "Adds tags to bookmarks. Improves search and more.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark tags

Téléchargez les fichiers d'extension Bookmark tags au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmark tags Bookmark tags
ID edpeidcfjfmepdgdjnodefckgdjbigem
URL Officiel https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem
Description Adds tags to bookmarks. Improves search and more.
Taille du Fichier 18.73 KB
Nombre d'Installations 2,697
Version Actuelle 0.8.1
Dernière Mise à Jour 2021-11-08
Date de Publication 2020-05-15
Évaluation 4.77/5 Total 39 Évaluations
Développeur OneMoreGres
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}