ZwiftMap for Strava
Replace real-world maps with Zwift maps when visiting Strava
ZwiftMap for Strava क्या है?
ZwiftMap for Strava https://zwiftmap.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace real-world maps with Zwift maps when visiting Strava"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZwiftMap for Strava एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |