Mapissimo
Map switcher for Strava website
Qu'est-ce que Mapissimo ?
Mapissimo est une extension Chrome développée par Stravissimo Developer, et sa fonction principale est "Map switcher for Strava website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mapissimo
Téléchargez les fichiers d'extension Mapissimo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fork of Strava Map Switcher, with some maps added (custom styled Mapbox, OpenTopoMap) and some removed (Google, Outdoors).
Informations de Base sur l'Extension
Nom | Mapissimo |
ID | pepbnlfbmhnpgaoojfoclhbkbefbnkag |
URL Officiel | https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag |
Description | Map switcher for Strava website |
Taille du Fichier | 237 KB |
Nombre d'Installations | 460 |
Version Actuelle | 0.12.2 |
Dernière Mise à Jour | 2020-06-02 |
Date de Publication | 2020-06-02 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | Stravissimo Developer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |