WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Qu'est-ce que WGT™ Simple Putting Aid ?
WGT™ Simple Putting Aid est une extension Chrome développée par cbsarge, et sa fonction principale est "Adds a measuring bar and calculator to the WGT screen to help with putting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WGT™ Simple Putting Aid
Téléchargez les fichiers d'extension WGT™ Simple Putting Aid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | WGT™ Simple Putting Aid |
ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
URL Officiel | 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 |
Taille du Fichier | 102 KB |
Nombre d'Installations | 131 |
Version Actuelle | 1.23 |
Dernière Mise à Jour | 2014-05-22 |
Date de Publication | 2014-05-22 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | cbsarge |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |