Where's the Cheese?

Tracking your mouse's movement

什麼是Where's the Cheese??

Where's the Cheese?是由Channing Pear開發的Chrome擴展程式,該擴展的主要功能是“Tracking your mouse's movement”。

擴展截圖

screenshot
screenshot

下載Where's the Cheese?擴展crx文件

下載Where's the Cheese?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
官方網址 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"
    }
}