WGT™ Simple Putting Aid
Adds a measuring bar and calculator to the WGT screen to help with putting
WGT™ Simple Putting Aid là gì?
WGT™ Simple Putting Aid là một tiện ích mở rộng Chrome được phát triển bởi cbsarge, và tính năng chính của nó là "Adds a measuring bar and calculator to the WGT screen to help with putting".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WGT™ Simple Putting Aid
Tải xuống các tệp mở rộng WGT™ Simple Putting Aid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WGT™ Simple Putting Aid |
ID | nmnhcjlfcobgfbcfkbleeoofoljdoeim |
URL Chính Thức | https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim |
Mô tả | Adds a measuring bar and calculator to the WGT screen to help with putting |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.23 |
Cập Nhật Lần Cuối | 2014-05-22 |
Ngày Phát Hành | 2014-05-22 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | cbsarge |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |