TagPro Toolkit

Adds useful features to the webgame TagPro.

TagPro Toolkit란 무엇입니까?

TagPro Toolkit은(는) CommonSense에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds useful features to the webgame TagPro."입니다.

TagPro Toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Same as the one before...                    

확장 프로그램 기본 정보

이름 TagPro Toolkit TagPro Toolkit
ID oahblioddohomidpkjmhmffcgppadcha
공식 URL https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha
설명 Adds useful features to the webgame TagPro.
파일 크기 37.67 KB
설치 횟수 30
현재 버전 0.3.1
최근 업데이트 2015-03-03
출시 날짜 2015-03-01
평점 4.50/5 총 2 개의 평점
개발자 CommonSense
결제 유형 free
지원되는 언어 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"
    ]
}