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