ZwiftMap for Strava
Replace real-world maps with Zwift maps when visiting Strava
ZwiftMap for Strava란 무엇입니까?
ZwiftMap for Strava은(는) https://zwiftmap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace real-world maps with Zwift maps when visiting Strava"입니다.
확장 프로그램 스크린샷
ZwiftMap for Strava 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension replaces real-world maps with Zwift maps when visiting strava.com The following maps are currently supported: - Activity - Dashboard feed - Club feed - Profile feed - Segment Maps in your activity feed and on an athlete's profile are only replaced if the activity description contains a link to zwiftmap.com. You can automatically add a ZwiftMap link to all your upcoming Zwift activities by following these steps: - Visit zwiftmap.com - Connect your Strava account via Menu -> "Connect with Strava" - Enable automatic adding of ZwiftMap links via Menu -> Settings The extension is 100% open source. Check it out on GitHub: http://github.com/andipaetzold/zwiftmap Images in the activity feed and on athlete profiles are stored and fetched from Google Cloud Storage. This extension is not affiliated with Zwift.
확장 프로그램 기본 정보
이름 | ZwiftMap for Strava |
ID | eiaekjobfimlijhpggbbkhoihlchdhdl |
공식 URL | https://chromewebstore.google.com/detail/zwiftmap-for-strava/eiaekjobfimlijhpggbbkhoihlchdhdl |
설명 | Replace real-world maps with Zwift maps when visiting Strava |
파일 크기 | 6.66 MB |
설치 횟수 | 2,526 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2022-03-02 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://zwiftmap.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zwiftmap.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZwiftMap for Strava", "description": "Replace real-world maps with Zwift maps when visiting Strava", "version": "1.3.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "js": [ ".\/dist\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/script.js", "assets\/*" ], "matches": [ "https:\/\/www.strava.com\/*" ] } ], "icons": { "16": "assets\/logo-16.png", "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" } } |