Tag It

Bookmarks on steroids

Cos'è Tag It?

Tag It è un'estensione di Chrome sviluppata da ugo.matrangolo, e la sua funzione principale è "Bookmarks on steroids".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tag It

Scarica i file di estensione Tag It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
URL Ufficiale https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
Descrizione Bookmarks on steroids
Dimensione del File 532 KB
Conteggio Installazioni 24
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-09-01
Data di Pubblicazione 2014-09-01
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore ugo.matrangolo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/umatrangolo/tag-it
Lingue Supportate 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"
        }
    }
}