Mouse XY

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

Mouse XY là gì?

Mouse XY là một tiện ích mở rộng Chrome được phát triển bởi anthony.guertin, và tính năng chính của nó là "Shows a list of x/y co-ordinates you have clicked.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mouse XY

Tải xuống các tệp mở rộng Mouse XY dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
URL Chính Thức https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Mô tả Shows a list of x/y co-ordinates you have clicked.
Kích Thước Tệp 6.91 KB
Số Lần Cài Đặt 5,139
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2017-03-31
Ngày Phát Hành 2017-03-31
Đánh Giá 2.19/5 Tổng số 21 Đánh Giá
Nhà Phát Triển anthony.guertin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}