Where's the Cheese?

Tracking your mouse's movement

Was ist Where's the Cheese??

Where's the Cheese? ist eine Chrome-Erweiterung, die von Channing Pear entwickelt wurde, und ihr Hauptmerkmal ist "Tracking your mouse's movement".

Erweiterungsscreenshots

screenshot
screenshot

Where's the Cheese?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Where's the Cheese?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
Offizielle URL https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Beschreibung Tracking your mouse's movement
Dateigröße 3.77 MB
Installationsanzahl 206
Aktuelle Version 1.0.5
Letztes Update 2015-10-10
Veröffentlichungsdatum 2015-10-10
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler Channing Pear
Zahlungsart free
Unterstützte Sprachen 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"
    }
}