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"
    }
}