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
公式URL 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"
    }
}