WGT™ Simple Putting Aid

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

WGT™ Simple Putting Aid क्या है?

WGT™ Simple Putting Aid cbsarge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a measuring bar and calculator to the WGT screen to help with putting"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WGT™ Simple Putting Aid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम WGT™ Simple Putting Aid WGT™ Simple Putting Aid
ID nmnhcjlfcobgfbcfkbleeoofoljdoeim
आधिकारिक URL https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim
विवरण Adds a measuring bar and calculator to the WGT screen to help with putting
फ़ाइल का आकार 102 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.23
अंतिम अपडेट 2014-05-22
प्रकाशन तिथि 2014-05-22
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर cbsarge
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}