TagPro Toolkit

Adds useful features to the webgame TagPro.

TagPro Toolkitคืออะไร?

TagPro Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CommonSense และคุณลักษณะหลักของมันคือ "Adds useful features to the webgame TagPro."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TagPro Toolkit

ดาวน์โหลดไฟล์ส่วนขยาย TagPro Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}