Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Vad är Mouse XY?
Mouse XY är en Chrome-tillägg utvecklad av anthony.guertin, och dess huvudfunktion är "Shows a list of x/y co-ordinates you have clicked.".
Tilläggsskärmbilder
Ladda ner Mouse XY-förlängningens CRX-fil
Ladda ner Mouse XY-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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äggande Information om Tillägg
Namn | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
Officiell webbadress | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
Beskrivning | Shows a list of x/y co-ordinates you have clicked. |
Filstorlek | 6.91 KB |
Antal Installationer | 5,139 |
Aktuell Version | 2.3 |
Senast Uppdaterad | 2017-03-31 |
Publiceringsdatum | 2017-03-31 |
Betyg | 2.19/5 Totalt 21 Betyg |
Utvecklare | anthony.guertin |
Betalningssätt | free |
Stödda Språk | 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 } |