Tracker Pro Mode
Switch Sailing Tracker to Pro !
What is Tracker Pro Mode?
Tracker Pro Mode is a Chrome extension developed by Volodia, and its main feature is "Switch Sailing Tracker to Pro !".
Extension Screenshots
Download Tracker Pro Mode Extension CRX File
Download Tracker Pro Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tracker Pro Mode |
ID | aokgkknapagmgagpkkehgagnmnddpgbc |
Official URL | https://chromewebstore.google.com/detail/tracker-pro-mode/aokgkknapagmgagpkkehgagnmnddpgbc |
Description | Switch Sailing Tracker to Pro ! |
File Size | 1.03 MB |
Installation Count | 125 |
Current Version | 2.2 |
Last Updated | 2024-01-16 |
Publish Date | 2018-01-03 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Volodia |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |