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 | 
| 官方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
}  |  |