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”。
擴展截圖
下載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!                     擴展基本資訊
| 名稱 |   |  
| ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim | 
| 官方網址 | 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
}  |  |