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 |
| 公式URL | 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 |
| Eメール | [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}"
}
}
} | |