Where's the Cheese?

Tracking your mouse's movement

Where's the Cheese? क्या है?

Where's the Cheese? Channing Pear द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracking your mouse's movement"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Where's the Cheese? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}