Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

Mouse Coordinates là gì?

Mouse Coordinates là một tiện ích mở rộng Chrome được phát triển bởi Ben Harrington, và tính năng chính của nó là "Crude extension to show current mouse coordinates within a webpage scope".

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

screenshot

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

Tải xuống các tệp mở rộng Mouse Coordinates 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

                        Crude extension to show current mouse coordinates within a webpage scope                    

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

Tên Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
URL Chính Thức https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Mô tả Crude extension to show current mouse coordinates within a webpage scope
Kích Thước Tệp 6 KB
Số Lần Cài Đặt 2,599
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2015-11-11
Đánh Giá 1.59/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Ben Harrington
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}