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
电子邮箱 [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"
    }
}