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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WGT™ Simple Putting Aid
ดาวน์โหลดไฟล์ส่วนขยาย WGT™ Simple Putting Aid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |