Mouse XY

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

Mouse XYคืออะไร?

Mouse XY เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anthony.guertin และคุณลักษณะหลักของมันคือ "Shows a list of x/y co-ordinates you have clicked."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse XY

ดาวน์โหลดไฟล์ส่วนขยาย 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
}