Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Cos'è Mouse XY?
Mouse XY è un'estensione di Chrome sviluppata da anthony.guertin, e la sua funzione principale è "Shows a list of x/y co-ordinates you have clicked.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mouse XY
Scarica i file di estensione Mouse XY in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
*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.
Informazioni di Base sull'Estensione
Nome | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
URL Ufficiale | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
Descrizione | Shows a list of x/y co-ordinates you have clicked. |
Dimensione del File | 6.91 KB |
Conteggio Installazioni | 5,139 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2017-03-31 |
Data di Pubblicazione | 2017-03-31 |
Valutazione | 2.19/5 Totale 21 Valutazioni |
Sviluppatore | anthony.guertin |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |