Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Mouse XY क्या है?
Mouse XY anthony.guertin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a list of x/y co-ordinates you have clicked."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mouse XY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*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.
एक्सटेंशन की मूल जानकारी
नाम | Mouse XY |
ID | dpijpplkkbkoeeennbogompkkehepfin |
आधिकारिक URL | https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin |
विवरण | Shows a list of x/y co-ordinates you have clicked. |
फ़ाइल का आकार | 6.91 KB |
स्थापना संख्या | 5,139 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2017-03-31 |
प्रकाशन तिथि | 2017-03-31 |
रेटिंग | 2.19/5 कुल 21 रेटिंग्स |
डेवलपर | anthony.guertin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |