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
官方網址 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
}