TagPro Toolkit

Adds useful features to the webgame TagPro.

Vad är TagPro Toolkit?

TagPro Toolkit är en Chrome-tillägg utvecklad av CommonSense, och dess huvudfunktion är "Adds useful features to the webgame TagPro.".

Ladda ner TagPro Toolkit-förlängningens CRX-fil

Ladda ner TagPro Toolkit-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

                        Same as the one before...                    

Grundläggande Information om Tillägg

Namn TagPro Toolkit TagPro Toolkit
ID oahblioddohomidpkjmhmffcgppadcha
Officiell webbadress https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha
Beskrivning Adds useful features to the webgame TagPro.
Filstorlek 37.67 KB
Antal Installationer 30
Aktuell Version 0.3.1
Senast Uppdaterad 2015-03-03
Publiceringsdatum 2015-03-01
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare CommonSense
Betalningssätt free
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "toolbox.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/tangent.jukejuice.com\/*",
                "http:\/\/maptest.newcompte.fr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Adds useful features to the webgame TagPro.",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "manifest_version": 2,
    "name": "TagPro Toolkit",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1",
    "web_accessible_resources": [
        "js\/profile.js",
        "js\/boards.js",
        "jquery.js",
        "options.html",
        "img\/logo32.png",
        "js\/profile-stats.js",
        "js\/user-tags.js",
        "js\/draw-tags.js",
        "js\/profile-tags.js",
        "img\/spin_outline.png",
        "js\/macros.js"
    ]
}