Tag It

Bookmarks on steroids

Qu'est-ce que Tag It ?

Tag It est une extension Chrome développée par ugo.matrangolo, et sa fonction principale est "Bookmarks on steroids".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tag It

Téléchargez les fichiers d'extension Tag It 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

                        Quickly tag and search web content.

Key bindings:
- Shift-Alt-s : save current tab
- Shift-Alt-j : show all saved content

Features:
- Instantly tag and store interesting content
- Quick search stored content
- Tag and save PDF documents                    

Informations de Base sur l'Extension

Nom Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
URL Officiel https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Description Bookmarks on steroids
Taille du Fichier 532 KB
Nombre d'Installations 24
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-09-01
Date de Publication 2014-09-01
Évaluation 3.00/5 Total 1 Évaluations
Développeur ugo.matrangolo
Type de Paiement free
Site Web de l'Extension https://github.com/umatrangolo/tag-it
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag It",
    "version": "0.0.2",
    "description": "Bookmarks on steroids",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "js\/store.js",
            "lib\/lunr.min.js",
            "js\/search.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "public\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "journal": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            },
            "description": "Show the journal in a new tab"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Send a 'save' event to the extension"
        }
    }
}