Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Co to jest Mouse XY?
Mouse XY to rozszerzenie Chrome opracowane przez anthony.guertin, a jego główną funkcją jest „Shows a list of x/y co-ordinates you have clicked.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mouse XY
Pobierz pliki rozszerzeń Mouse XY w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*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.
Podstawowe informacje o rozszerzeniu
Nazwa | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
Oficjalny URL | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
Opis | Shows a list of x/y co-ordinates you have clicked. |
Rozmiar pliku | 6.91 KB |
Liczba instalacji | 5,139 |
Aktualna Wersja | 2.3 |
Ostatnia Aktualizacja | 2017-03-31 |
Data Publikacji | 2017-03-31 |
Ocena | 2.19/5 Łącznie 21 Oceny |
Deweloper | anthony.guertin |
Typ Płatności | free |
Obsługiwane Języki | 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 } |