Mouse XY

Shows a list of x/y co-ordinates you have clicked.

什么是Mouse XY?

Mouse XY是由anthony.guertin开发的Chrome扩展程序,该扩展的主要功能是“Shows a list of x/y co-ordinates you have clicked.”。

扩展截图

screenshot
screenshot

下载Mouse XY扩展crx文件

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

扩展使用说明

                        *New Update fixed broken manifest file.

This will give you the x and y coordinates of a point on your screen. Clicking once alerts the ordinates to your screen. If you want to continue collection of points, press Ok on the confirmation dialog and click again. When you are finished, click cancel on the confirmation dialog. 

New Features: Collect A list of co-ordinates, opposed to just 1 set at a time like the previous version.                    

扩展基本信息

名称 Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
官方URL https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
简介 Shows a list of x/y co-ordinates you have clicked.
文件大小 6.91 KB
安装次数 5,139
当前版本 2.3
更新时间 2017-03-31
上架时间 2017-03-31
评分 2.19/5 共21次评分
开发者 anthony.guertin
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse XY",
    "description": "Shows a list of x\/y co-ordinates you have clicked.",
    "version": "2.3",
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/change.js",
            "js\/content_script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Shows the X and Y coordinates of the mouse click."
    },
    "manifest_version": 2
}