Where's the Cheese?

Tracking your mouse's movement

Vad är Where's the Cheese??

Where's the Cheese? är en Chrome-tillägg utvecklad av Channing Pear, och dess huvudfunktion är "Tracking your mouse's movement".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Where's the Cheese?-förlängningens CRX-fil

Ladda ner Where's the Cheese?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
Officiell webbadress https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Beskrivning Tracking your mouse's movement
Filstorlek 3.77 MB
Antal Installationer 206
Aktuell Version 1.0.5
Senast Uppdaterad 2015-10-10
Publiceringsdatum 2015-10-10
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare Channing Pear
Betalningssätt free
Stödda Språk 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"
    }
}