ZwiftMap for Strava
Replace real-world maps with Zwift maps when visiting Strava
ZwiftMap for Stravaคืออะไร?
ZwiftMap for Strava เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zwiftmap.com และคุณลักษณะหลักของมันคือ "Replace real-world maps with Zwift maps when visiting Strava"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZwiftMap for Strava
ดาวน์โหลดไฟล์ส่วนขยาย ZwiftMap for Strava ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |