WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Was ist WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid ist eine Chrome-Erweiterung, die von cbsarge entwickelt wurde, und ihr Hauptmerkmal ist "Adds a measuring bar and calculator to the WGT screen to help with putting".
Erweiterungsscreenshots
WGT™ Simple Putting Aid-Erweiterungs-CRX-Datei herunterladen
Laden Sie WGT™ Simple Putting Aid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
| Offizielle URL | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
| Beschreibung | Adds a measuring bar and calculator to the WGT screen to help with putting |
| Dateigröße | 102 KB |
| Installationsanzahl | 131 |
| Aktuelle Version | 1.23 |
| Letztes Update | 2014-05-22 |
| Veröffentlichungsdatum | 2014-05-22 |
| Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
| Entwickler | cbsarge |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |