Mapissimo

Map switcher for Strava website

Apa itu Mapissimo?

Mapissimo adalah ekstensi Chrome yang dikembangkan oleh Stravissimo Developer, dan fitur utamanya adalah "Map switcher for Strava website".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mapissimo

Unduh file ekstensi Mapissimo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Mapissimo Mapissimo
ID pepbnlfbmhnpgaoojfoclhbkbefbnkag
URL Resmi https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag
Deskripsi Map switcher for Strava website
Ukuran File 237 KB
Jumlah Instalasi 460
Versi Saat Ini 0.12.2
Terakhir Diperbarui 2020-06-02
Tanggal Publikasi 2020-06-02
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Stravissimo Developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}