Mouse XY
Shows a list of x/y co-ordinates you have clicked.
Mouse XYとは何ですか?
Mouse XYはanthony.guertinによって開発されたChromeの拡張機能で、その主な機能は「Shows a list of x/y co-ordinates you have clicked.」です。
拡張機能のスクリーンショット
Mouse XY拡張機能のCRXファイルをダウンロード
Mouse XY拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*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 } |