Tracker Pro Mode
Switch Sailing Tracker to Pro !
什么是Tracker Pro Mode?
Tracker Pro Mode是由Volodia开发的Chrome扩展程序,该扩展的主要功能是“Switch Sailing Tracker to Pro !”。
扩展截图
下载Tracker Pro Mode扩展crx文件
下载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"
]
} | |