Mouse XY

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

Qu'est-ce que Mouse XY ?

Mouse XY est une extension Chrome développée par anthony.guertin, et sa fonction principale est "Shows a list of x/y co-ordinates you have clicked.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Mouse XY

Téléchargez les fichiers d'extension Mouse XY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
URL Officiel https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Description Shows a list of x/y co-ordinates you have clicked.
Taille du Fichier 6.91 KB
Nombre d'Installations 5,139
Version Actuelle 2.3
Dernière Mise à Jour 2017-03-31
Date de Publication 2017-03-31
Évaluation 2.19/5 Total 21 Évaluations
Développeur anthony.guertin
Type de Paiement free
Langues Prises en Charge 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
}