WGT™ Simple Putting Aid

Adds a measuring bar and calculator to the WGT screen to help with putting

Co to jest WGT™ Simple Putting Aid?

WGT™ Simple Putting Aid to rozszerzenie Chrome opracowane przez cbsarge, a jego główną funkcją jest „Adds a measuring bar and calculator to the WGT screen to help with putting”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WGT™ Simple Putting Aid

Pobierz pliki rozszerzeń WGT™ Simple Putting Aid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa WGT™ Simple Putting Aid WGT™ Simple Putting Aid
ID nmnhcjlfcobgfbcfkbleeoofoljdoeim
Oficjalny URL https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim
Opis Adds a measuring bar and calculator to the WGT screen to help with putting
Rozmiar pliku 102 KB
Liczba instalacji 131
Aktualna Wersja 1.23
Ostatnia Aktualizacja 2014-05-22
Data Publikacji 2014-05-22
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper cbsarge
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}