WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
What is WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid is a Chrome extension developed by cbsarge, and its main feature is "Adds a measuring bar and calculator to the WGT screen to help with putting".
Extension Screenshots
Download WGT™ Simple Putting Aid Extension CRX File
Download WGT™ Simple Putting Aid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | WGT™ Simple Putting Aid |
ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Official URL | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Description | Adds a measuring bar and calculator to the WGT screen to help with putting |
File Size | 102 KB |
Installation Count | 131 |
Current Version | 1.23 |
Last Updated | 2014-05-22 |
Publish Date | 2014-05-22 |
Rating | 2.33/5 Total 3 Ratings |
Developer | cbsarge |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |