Mouse XY

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

Was ist Mouse XY?

Mouse XY ist eine Chrome-Erweiterung, die von anthony.guertin entwickelt wurde, und ihr Hauptmerkmal ist "Shows a list of x/y co-ordinates you have clicked.".

Erweiterungsscreenshots

screenshot
screenshot

Mouse XY-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mouse XY-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
Offizielle URL https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Beschreibung Shows a list of x/y co-ordinates you have clicked.
Dateigröße 6.91 KB
Installationsanzahl 5,139
Aktuelle Version 2.3
Letztes Update 2017-03-31
Veröffentlichungsdatum 2017-03-31
Bewertung 2.19/5 Insgesamt 21 Bewertungen
Entwickler anthony.guertin
Zahlungsart free
Unterstützte Sprachen 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
}