Tagpro Rotating Balls

See TagPro Balls rotate in 2D according to their angular velocity.

Tagpro Rotating Ballsคืออะไร?

Tagpro Rotating Balls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewCompte และคุณลักษณะหลักของมันคือ "See TagPro Balls rotate in 2D according to their angular velocity."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tagpro Rotating Balls

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

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

                        See TagPro Balls rotate in 2D according to their angular velocity.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tagpro Rotating Balls Tagpro Rotating Balls
ID achkheldcaakbiipfgcabbiighapobbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk
คำอธิบาย See TagPro Balls rotate in 2D according to their angular velocity.
ขนาดไฟล์ 11.01 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-06-12
วันที่เผยแพร่ 2014-06-12
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา NewCompte
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro Rotating Balls",
    "description": "See TagPro Balls rotate in 2D according to their angular velocity.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*",
                "http:\/\/*.newcompte.fr\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/rotation.js"
    ]
}