Where's the Cheese?

Tracking your mouse's movement

Cos'è Where's the Cheese??

Where's the Cheese? è un'estensione di Chrome sviluppata da Channing Pear, e la sua funzione principale è "Tracking your mouse's movement".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Where's the Cheese?

Scarica i file di estensione Where's the Cheese? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
URL Ufficiale https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Descrizione Tracking your mouse's movement
Dimensione del File 3.77 MB
Conteggio Installazioni 206
Versione Corrente 1.0.5
Ultimo Aggiornamento 2015-10-10
Data di Pubblicazione 2015-10-10
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore Channing Pear
Tipo di Pagamento free
Lingue Supportate 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"
    }
}