Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Wat is Mouse XY?
Mouse XY is een Chrome-extensie ontwikkeld door anthony.guertin, en de belangrijkste functie is "Shows a list of x/y co-ordinates you have clicked.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mouse XY
Download Mouse XY-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
*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.
Basisinformatie over de Extensie
Naam | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
Officiële URL | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
Beschrijving | Shows a list of x/y co-ordinates you have clicked. |
Bestandsgrootte | 6.91 KB |
Aantal Installaties | 5,139 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2017-03-31 |
Publicatiedatum | 2017-03-31 |
Beoordeling | 2.19/5 Totaal 21 Beoordelingen |
Ontwikkelaar | anthony.guertin |
Betalingswijze | free |
Ondersteunde Talen | 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 } |