WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
Vad är WGT™ Simple Putting Aid?
WGT™ Simple Putting Aid är en Chrome-tillägg utvecklad av cbsarge, och dess huvudfunktion är "Adds a measuring bar and calculator to the WGT screen to help with putting".
Tilläggsskärmbilder
Ladda ner WGT™ Simple Putting Aid-förlängningens CRX-fil
Ladda ner WGT™ Simple Putting Aid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim | 
| Officiell webbadress | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim | 
| Beskrivning | Adds a measuring bar and calculator to the WGT screen to help with putting | 
| Filstorlek | 102 KB | 
| Antal Installationer | 131 | 
| Aktuell Version | 1.23 | 
| Senast Uppdaterad | 2014-05-22 | 
| Publiceringsdatum | 2014-05-22 | 
| Betyg | 2.33/5 Totalt 3 Betyg | 
| Utvecklare | cbsarge | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |