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文件
下载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" } } |