Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

Mouse Coordinatesとは何ですか?

Mouse CoordinatesはBen Harringtonによって開発されたChromeの拡張機能で、その主な機能は「Crude extension to show current mouse coordinates within a webpage scope」です。

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

screenshot

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

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

拡張機能の使用方法

                        Crude extension to show current mouse coordinates within a webpage scope                    

拡張機能の基本情報

名前 Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
公式URL https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
説明 Crude extension to show current mouse coordinates within a webpage scope
ファイルサイズ 6 KB
インストール数 2,599
現在のバージョン 0.2
最終更新日 2022-10-28
公開日 2015-11-11
評価 1.59/5 合計 29 レビュー
開発者 Ben Harrington
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mouse Coordinates",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "mouse.png"
    }
}