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 هو إضافة Chrome تم تطويرها بواسطة cbsarge، والميزة الرئيسية لها هي "Adds a measuring bar and calculator to the WGT screen to help with putting".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WGT™ Simple Putting Aid

قم بتنزيل ملفات الامتداد WGT™ Simple Putting Aid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}