WGT™ Simple Putting Aid

Adds a measuring bar and calculator to the WGT screen to help with putting

WGT™ Simple Putting Aid란 무엇입니까?

WGT™ Simple Putting Aid은(는) cbsarge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a measuring bar and calculator to the WGT screen to help with putting"입니다.

확장 프로그램 스크린샷

screenshot

WGT™ Simple Putting Aid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds a simple measuring bar to the WGT screen to help judge your putting speed. Also includes a putting distance calculator. This is purely for a SUGGESTED distance and is by no means a guarantee!                    

확장 프로그램 기본 정보

이름 WGT™ Simple Putting Aid WGT™ Simple Putting Aid
ID nmnhcjlfcobgfbcfkbleeoofoljdoeim
공식 URL https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim
설명 Adds a measuring bar and calculator to the WGT screen to help with putting
파일 크기 102 KB
설치 횟수 131
현재 버전 1.23
최근 업데이트 2014-05-22
출시 날짜 2014-05-22
평점 2.33/5 총 3 개의 평점
개발자 cbsarge
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WGT\u2122 Simple Putting Aid",
    "version": "1.23",
    "description": "Adds a measuring bar and calculator to the WGT screen to help with putting",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "fire-icon-48.png",
        "default_title": "Simple Putting Aid",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wgt.com\/*"
            ],
            "js": [
                "jquery.js",
                "spa.js"
            ],
            "all_frames": true,
            "css": [
                "spa.css"
            ]
        }
    ],
    "icons": {
        "128": "fire-icon-128.png"
    },
    "manifest_version": 2
}