Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

Apa itu Mouse Coordinates?

Mouse Coordinates adalah ekstensi Chrome yang dikembangkan oleh Ben Harrington, dan fitur utamanya adalah "Crude extension to show current mouse coordinates within a webpage scope".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mouse Coordinates

Unduh file ekstensi Mouse Coordinates 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

                        Crude extension to show current mouse coordinates within a webpage scope                    

Informasi Dasar Ekstensi

Nama Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
URL Resmi https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Deskripsi Crude extension to show current mouse coordinates within a webpage scope
Ukuran File 6 KB
Jumlah Instalasi 2,599
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-10-28
Tanggal Publikasi 2015-11-11
Penilaian 1.59/5 Total 29 Penilaian
Pengembang Ben Harrington
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}