WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Cos'è WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid è un'estensione di Chrome sviluppata da cbsarge, e la sua funzione principale è "Adds a measuring bar and calculator to the WGT screen to help with putting".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WGT™ Simple Putting Aid
Scarica i file di estensione WGT™ Simple Putting Aid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | WGT™ Simple Putting Aid |
ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
URL Ufficiale | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Descrizione | Adds a measuring bar and calculator to the WGT screen to help with putting |
Dimensione del File | 102 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.23 |
Ultimo Aggiornamento | 2014-05-22 |
Data di Pubblicazione | 2014-05-22 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | cbsarge |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |