WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Wat is WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid is een Chrome-extensie ontwikkeld door cbsarge, en de belangrijkste functie is "Adds a measuring bar and calculator to the WGT screen to help with putting".
Extensie Screenshots
Download het CRX-bestand van de extensie WGT™ Simple Putting Aid
Download WGT™ Simple Putting Aid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | WGT™ Simple Putting Aid |
ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Officiële URL | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Beschrijving | Adds a measuring bar and calculator to the WGT screen to help with putting |
Bestandsgrootte | 102 KB |
Aantal Installaties | 131 |
Huidige Versie | 1.23 |
Laatst Bijgewerkt | 2014-05-22 |
Publicatiedatum | 2014-05-22 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | cbsarge |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |