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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Tracker Pro Mode |
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" ] } |