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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mouse XY 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}