TaggyTag

TaggyTag chrome extension

Wat is TaggyTag?

TaggyTag is een Chrome-extensie ontwikkeld door https://taggytag.com, en de belangrijkste functie is "TaggyTag chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TaggyTag

Download TaggyTag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
Officiële URL https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
Beschrijving TaggyTag chrome extension
Bestandsgrootte 1.7 MB
Aantal Installaties 17
Huidige Versie 1.9.28
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar https://taggytag.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}