TaggyTag

TaggyTag chrome extension

Cos'è TaggyTag?

TaggyTag è un'estensione di Chrome sviluppata da https://taggytag.com, e la sua funzione principale è "TaggyTag chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TaggyTag

Scarica i file di estensione TaggyTag 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

                        If you're tired of seeing a chunky bookmark toolbar, replace it with TaggyTag chrome extension.  It allows you to tag your saved links so the next time you want to open it, search with that same tag(s) again.                    

Informazioni di Base sull'Estensione

Nome TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
URL Ufficiale https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
Descrizione TaggyTag chrome extension
Dimensione del File 1.7 MB
Conteggio Installazioni 17
Versione Corrente 1.9.28
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://taggytag.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaggyTag",
    "description": "TaggyTag chrome extension",
    "version": "1.9.28",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.taggytag.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "t"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.graph.cool\/*"
    ]
}