Mouse Compass

The funnest way to never lose your mouse.

什么是Mouse Compass?

Mouse Compass是由https://www.lazylabz.com开发的Chrome扩展程序,该扩展的主要功能是“The funnest way to never lose your mouse.”。

扩展截图

screenshot

下载Mouse Compass扩展crx文件

下载Mouse Compass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Mouse Compass points you in the right direction.

Another creation from LazyLabz.


Note: It doesn't work in gmail or other sites that highjack the mouse position. We'll fix this someday.                    

扩展基本信息

名称 Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
官方URL https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
简介 The funnest way to never lose your mouse.
文件大小 39.17 KB
安装次数 519
当前版本 1.0
更新时间 2013-12-02
上架时间 2013-12-01
评分 2.57/5 共14次评分
开发者 https://www.lazylabz.com
付费类型 free
扩展官网 http://www.lazylabz.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Compass",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "description": "The funnest way to never lose your mouse.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}