Mapissimo
Map switcher for Strava website
什么是Mapissimo?
Mapissimo是由Stravissimo Developer开发的Chrome扩展程序,该扩展的主要功能是“Map switcher for Strava website”。
扩展截图
下载Mapissimo扩展crx文件
下载Mapissimo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fork of Strava Map Switcher, with some maps added (custom styled Mapbox, OpenTopoMap) and some removed (Google, Outdoors).
扩展基本信息
名称 | Mapissimo |
ID | pepbnlfbmhnpgaoojfoclhbkbefbnkag |
官方URL | https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag |
简介 | Map switcher for Strava website |
文件大小 | 237 KB |
安装次数 | 460 |
当前版本 | 0.12.2 |
更新时间 | 2020-06-02 |
上架时间 | 2020-06-02 |
评分 | 3.00/5 共1次评分 |
开发者 | Stravissimo Developer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mapissimo", "version": "0.12.2", "manifest_version": 2, "description": "Map switcher for Strava website", "homepage_url": "https:\/\/github.com\/OpenGrabeso\/mapissimo", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/www.strava.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/routes\/*", "https:\/\/www.strava.com\/location\/*" ], "css": [ "mapbox-gl.css", "inject.css" ], "js": [ "arrive.min.js", "inject-gl.js" ] }, { "matches": [ "https:\/\/www.strava.com\/heatmap\/*" ], "css": [ "mapbox-gl.css", "inject.css" ], "js": [ "arrive.min.js", "inject-gl-nostyles.js" ] }, { "matches": [ "https:\/\/www.strava.com\/*" ], "exclude_matches": [ "https:\/\/www.strava.com\/routes\/*", "https:\/\/www.strava.com\/location\/*", "https:\/\/www.strava.com\/heatmap\/*" ], "css": [ "mapbox-gl.css", "inject.css" ], "js": [ "arrive.min.js", "inject.js" ] } ], "web_accessible_resources": [ "arrive.min.js", "donation.js", "mapbox-gl.js", "leaflet-mapbox-gl.js", "fix.js", "fix-mapbox.js", "fix-mapbox-styles.js", "fix-mapbox-nostyles.js", "leaflet.grid.js", "layers.js", "load.js", "load-gl.js", "load-gl-nostyles.js" ] } |