Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

Wat is Mouse Coordinates?

Mouse Coordinates is een Chrome-extensie ontwikkeld door Ben Harrington, en de belangrijkste functie is "Crude extension to show current mouse coordinates within a webpage scope".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mouse Coordinates

Download Mouse Coordinates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Crude extension to show current mouse coordinates within a webpage scope                    

Basisinformatie over de Extensie

Naam Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Officiële URL https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Beschrijving Crude extension to show current mouse coordinates within a webpage scope
Bestandsgrootte 6 KB
Aantal Installaties 2,599
Huidige Versie 0.2
Laatst Bijgewerkt 2022-10-28
Publicatiedatum 2015-11-11
Beoordeling 1.59/5 Totaal 29 Beoordelingen
Ontwikkelaar Ben Harrington
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}