Mouse XY

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

Co je Mouse XY?

Mouse XY je rozšíření Chrome vyvinuté anthony.guertin, a jeho hlavní funkcí je „Shows a list of x/y co-ordinates you have clicked.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Mouse XY

Stáhněte si soubory rozšíření Mouse XY ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
Oficiální URL https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Popis Shows a list of x/y co-ordinates you have clicked.
Velikost souboru 6.91 KB
Počet instalací 5,139
Aktuální Verze 2.3
Poslední Aktualizace 2017-03-31
Datum Vydání 2017-03-31
Hodnocení 2.19/5 Celkem 21 Hodnocení
Vývojář anthony.guertin
Typ Platby free
Podporované Jazyky 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
}