WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Co je WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid je rozšíření Chrome vyvinuté cbsarge, a jeho hlavní funkcí je „Adds a measuring bar and calculator to the WGT screen to help with putting“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WGT™ Simple Putting Aid
Stáhněte si soubory rozšíření WGT™ Simple Putting Aid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! Základní Informace o Rozšíření
| Název | |
| ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
| Oficiální URL | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
| Popis | Adds a measuring bar and calculator to the WGT screen to help with putting |
| Velikost souboru | 102 KB |
| Počet instalací | 131 |
| Aktuální Verze | 1.23 |
| Poslední Aktualizace | 2014-05-22 |
| Datum Vydání | 2014-05-22 |
| Hodnocení | 2.33/5 Celkem 3 Hodnocení |
| Vývojář | cbsarge |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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
} | |