Tracker Pro Mode
Switch Sailing Tracker to Pro !
Что такое Tracker Pro Mode?
Tracker Pro Mode - это расширение Chrome, разработанное Volodia, и его основная функция - "Switch Sailing Tracker to Pro !".
Снимки экрана расширения
Скачать файл CRX расширения Tracker Pro Mode
Скачайте файлы расширений Tracker Pro Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add more ploting and stats to your Regatta Tracker for the data geek who's in you !
Zoom-In / Scroll-In the data put together by the race organization.
-------------------------------------------
2.2: Fixing some display bugs
2.1: Adding new data and matching with all Urls.
2.0: New version for new races : Compatible with the ongoing Ultim RtW race
1.0.6: Fix data display for legs 3 and upward Основная информация о расширении
| Название | |
| ID | aokgkknapagmgagpkkehgagnmnddpgbc |
| Официальный URL | https://chromewebstore.google.com/detail/tracker-pro-mode/aokgkknapagmgagpkkehgagnmnddpgbc |
| Описание | Switch Sailing Tracker to Pro ! |
| Размер файла | 1.03 MB |
| Количество установок | 125 |
| Текущая Версия | 2.2 |
| Последнее Обновление | 2024-01-16 |
| Дата публикации | 2018-01-03 |
| Рейтинг | 5.00/5 Всего 6 оценок |
| Разработчик | Volodia |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"content_scripts": [
{
"js": [
"start.js"
],
"css": [
"dropdown.css",
"font-awesome.min.css",
"footable.standalone.css"
],
"matches": [
"https:\/\/*.geovoile.com\/*\/*\/",
"http:\/\/*.geovoile.com\/*\/*\/"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"VoRProMode.user.js",
"plotly-latest.min.js",
"footable.min.js"
],
"matches": [
"https:\/\/*.geovoile.com\/*",
"http:\/\/*.geovoile.com\/*"
]
}
],
"action": {
"default_icon": "icon16.png"
},
"background": [],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"converted_from_user_script": true,
"description": "Switch Sailing Tracker to Pro !",
"name": "Tracker Pro Mode",
"version": "2.2",
"permissions": [
"activeTab"
]
} | |