strava-map-switcher
Map switcher for Strava website
strava-map-switcher là gì?
strava-map-switcher là một tiện ích mở rộng Chrome được phát triển bởi liskni.si, 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 strava-map-switcher
Tải xuống các tệp mở rộng strava-map-switcher 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
Map switcher for Strava website This extension adds additional map layers (mapy.cz, openstreetmap, mtbmap, freemap.sk, …) to Strava.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | strava-map-switcher |
ID | djcheclpmmkcdkjcenfamalobdenmici |
URL Chính Thức | https://chromewebstore.google.com/detail/strava-map-switcher/djcheclpmmkcdkjcenfamalobdenmici |
Mô tả | Map switcher for Strava website |
Kích Thước Tệp | 89.57 KB |
Số Lần Cài Đặt | 4,413 |
Phiên Bản Hiện Tại | 0.19 |
Cập Nhật Lần Cuối | 2023-06-19 |
Ngày Phát Hành | 2020-07-05 |
Đánh Giá | 4.89/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | liskni.si |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/liskin/strava-map-switcher/ |
URL Trang Trợ Giúp | https://github.com/liskin/strava-map-switcher/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "strava-map-switcher", "version": "0.19", "manifest_version": 2, "description": "Map switcher for Strava website", "homepage_url": "https:\/\/github.com\/liskin\/strava-map-switcher", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "declarativeNetRequestWithHostAccess", "https:\/\/www.strava.com\/*", "https:\/\/mapserver.mapy.cz\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "js": [ "inject.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "mapy_cz", "enabled": true, "path": "rules_mapy_cz.json" } ] }, "web_accessible_resources": [ "3rd\/Leaflet.GoogleMutant.js", "3rd\/jquery-3.5.1.min.js", "3rd\/leaflet-pegman.min.css", "3rd\/leaflet-pegman.min.js", "arrive.min.js", "common.js", "donation.js", "fix-mapbox.js", "fix.js", "layers.js", "load.js" ], "browser_specific_settings": { "gecko": { "id": "{8bc8a884-a7db-45e3-84dd-963933a87d3c}" } } } |