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! Основная информация о расширении
| Название | |
| 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
} | |