Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Hvad er Mouse XY?
Mouse XY er en Chrome-udvidelse udviklet af anthony.guertin, og dens hovedfunktion er "Shows a list of x/y co-ordinates you have clicked.".
Udvidelsesskærmbilleder
Download Mouse XY-udvidelses-CRX-fil
Download Mouse XY-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
*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.
Grundlæggende oplysninger om udvidelsen
Navn | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
Officiel URL | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
Beskrivelse | Shows a list of x/y co-ordinates you have clicked. |
Filstørrelse | 6.91 KB |
Antal Installationer | 5,139 |
Nuværende Version | 2.3 |
Senest Opdateret | 2017-03-31 |
Udgivelsesdato | 2017-03-31 |
Bedømmelse | 2.19/5 Samlet 21 Bedømmelser |
Udvikler | anthony.guertin |
Betalingsmetode | free |
Understøttede Sprog | 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 } |