Mapissimo
Map switcher for Strava website
Mapissimo là gì?
Mapissimo là một tiện ích mở rộng Chrome được phát triển bởi Stravissimo Developer, và tính năng chính của nó là "Map switcher for Strava website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mapissimo
Tải xuống các tệp mở rộng Mapissimo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fork of Strava Map Switcher, with some maps added (custom styled Mapbox, OpenTopoMap) and some removed (Google, Outdoors).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mapissimo |
ID | pepbnlfbmhnpgaoojfoclhbkbefbnkag |
URL Chính Thức | https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag |
Mô tả | Map switcher for Strava website |
Kích Thước Tệp | 237 KB |
Số Lần Cài Đặt | 460 |
Phiên Bản Hiện Tại | 0.12.2 |
Cập Nhật Lần Cuối | 2020-06-02 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Stravissimo Developer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |