Tracker Pro Mode
Switch Sailing Tracker to Pro !
Tracker Pro Mode là gì?
Tracker Pro Mode là một tiện ích mở rộng Chrome được phát triển bởi Volodia, và tính năng chính của nó là "Switch Sailing Tracker to Pro !".
Ả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 Tracker Pro Mode
Tải xuống các tệp mở rộng Tracker Pro Mode 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tracker Pro Mode |
ID | aokgkknapagmgagpkkehgagnmnddpgbc |
URL Chính Thức | https://chromewebstore.google.com/detail/tracker-pro-mode/aokgkknapagmgagpkkehgagnmnddpgbc |
Mô tả | Switch Sailing Tracker to Pro ! |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2024-01-16 |
Ngày Phát Hành | 2018-01-03 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Volodia |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |