Mapissimo

Map switcher for Strava website

Cos'è Mapissimo?

Mapissimo è un'estensione di Chrome sviluppata da Stravissimo Developer, e la sua funzione principale è "Map switcher for Strava website".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mapissimo

Scarica i file di estensione Mapissimo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Mapissimo Mapissimo
ID pepbnlfbmhnpgaoojfoclhbkbefbnkag
URL Ufficiale https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag
Descrizione Map switcher for Strava website
Dimensione del File 237 KB
Conteggio Installazioni 460
Versione Corrente 0.12.2
Ultimo Aggiornamento 2020-06-02
Data di Pubblicazione 2020-06-02
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Stravissimo Developer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}