Where's the Cheese?

Tracking your mouse's movement

Where's the Cheese?คืออะไร?

Where's the Cheese? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Channing Pear และคุณลักษณะหลักของมันคือ "Tracking your mouse's movement"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where's the Cheese?

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

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

                                            

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

ชื่อ Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
คำอธิบาย Tracking your mouse's movement
ขนาดไฟล์ 3.77 MB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2015-10-10
วันที่เผยแพร่ 2015-10-10
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Channing Pear
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's the Cheese?",
    "description": "Tracking your mouse's movement",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.11.2.js",
                "scripts\/page_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}