TaggyTag

TaggyTag chrome extension

Vad är TaggyTag?

TaggyTag är en Chrome-tillägg utvecklad av https://taggytag.com, och dess huvudfunktion är "TaggyTag chrome extension".

Tilläggsskärmbilder

screenshot

Ladda ner TaggyTag-förlängningens CRX-fil

Ladda ner TaggyTag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TaggyTag TaggyTag
ID fofobhhjlhfkpbjnbghoaechghbjdgem
Officiell webbadress https://chromewebstore.google.com/detail/taggytag/fofobhhjlhfkpbjnbghoaechghbjdgem
Beskrivning TaggyTag chrome extension
Filstorlek 1.7 MB
Antal Installationer 17
Aktuell Version 1.9.28
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare https://taggytag.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}