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ファイルをダウンロード

WGT™ Simple Putting Aid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}