strava-map-switcher
Map switcher for Strava website
什麼是strava-map-switcher?
strava-map-switcher是由liskni.si開發的Chrome擴展程式,該擴展的主要功能是“Map switcher for Strava website”。
擴展截圖
下載strava-map-switcher擴展crx文件
下載strava-map-switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Map switcher for Strava website
This extension adds additional map layers (mapy.cz, openstreetmap, mtbmap, freemap.sk, …) to Strava.com 擴展基本資訊
| 名稱 | |
| ID | djcheclpmmkcdkjcenfamalobdenmici |
| 官方網址 | https://chromewebstore.google.com/detail/strava-map-switcher/djcheclpmmkcdkjcenfamalobdenmici |
| 簡介 | Map switcher for Strava website |
| 檔案大小 | 89.57 KB |
| 安裝次數 | 4,413 |
| 目前版本 | 0.19 |
| 更新時間 | 2023-06-19 |
| 上架時間 | 2020-07-05 |
| 評分 | 4.89/5 共 37 次評分 |
| 開發者 | liskni.si |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/liskin/strava-map-switcher/ |
| 說明頁面URL | https://github.com/liskin/strava-map-switcher/issues |
| 支援的語言 | 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}"
}
}
} | |