Mouse Marker

Show where your mouse is and where it's clicked.

Mouse Markerとは何ですか?

Mouse Markerはken frederickによって開発されたChromeの拡張機能で、その主な機能は「Show where your mouse is and where it's clicked.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Mouse Marker拡張機能のCRXファイルをダウンロード

Mouse Marker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Mouse Marker Mouse Marker
ID dcdpdelbjfimkjhigopegdmkcaefmenm
公式URL https://chromewebstore.google.com/detail/mouse-marker/dcdpdelbjfimkjhigopegdmkcaefmenm
説明 Show where your mouse is and where it's clicked.
ファイルサイズ 12.23 KB
インストール数 62
現在のバージョン 0.0.1
最終更新日 2019-01-29
公開日 2019-01-25
開発者 ken frederick
Eメール [email protected]
支払い方法 free
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.1",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "author": "Ken Frederick",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.min.js"
            ],
            "css": [
                "index.min.css"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}