Mapissimo

Map switcher for Strava website

Wat is Mapissimo?

Mapissimo is een Chrome-extensie ontwikkeld door Stravissimo Developer, en de belangrijkste functie is "Map switcher for Strava website".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mapissimo

Download Mapissimo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fork of Strava Map Switcher, with some maps added (custom styled Mapbox, OpenTopoMap) and some removed (Google, Outdoors).                    

Basisinformatie over de Extensie

Naam Mapissimo Mapissimo
ID pepbnlfbmhnpgaoojfoclhbkbefbnkag
Officiële URL https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag
Beschrijving Map switcher for Strava website
Bestandsgrootte 237 KB
Aantal Installaties 460
Huidige Versie 0.12.2
Laatst Bijgewerkt 2020-06-02
Publicatiedatum 2020-06-02
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Stravissimo Developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}