Where's the Cheese?

Tracking your mouse's movement

Apa itu Where's the Cheese??

Where's the Cheese? adalah ekstensi Chrome yang dikembangkan oleh Channing Pear, dan fitur utamanya adalah "Tracking your mouse's movement".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Where's the Cheese?

Unduh file ekstensi Where's the Cheese? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
URL Resmi https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Deskripsi Tracking your mouse's movement
Ukuran File 3.77 MB
Jumlah Instalasi 206
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2015-10-10
Tanggal Publikasi 2015-10-10
Penilaian 4.71/5 Total 7 Penilaian
Pengembang Channing Pear
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}