Mouse XY

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

Apa itu Mouse XY?

Mouse XY adalah ekstensi Chrome yang dikembangkan oleh anthony.guertin, dan fitur utamanya adalah "Shows a list of x/y co-ordinates you have clicked.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mouse XY

Unduh file ekstensi Mouse XY dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
URL Resmi https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Deskripsi Shows a list of x/y co-ordinates you have clicked.
Ukuran File 6.91 KB
Jumlah Instalasi 5,139
Versi Saat Ini 2.3
Terakhir Diperbarui 2017-03-31
Tanggal Publikasi 2017-03-31
Penilaian 2.19/5 Total 21 Penilaian
Pengembang anthony.guertin
Tipe Pembayaran free
Bahasa yang Didukung 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
}