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 |
| Eメール | [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"
]
} | |