Komoot extension

This extension allow us to export the Komoot track in a GPX file.

Cos'è Komoot extension?

Komoot extension è un'estensione di Chrome sviluppata da Álex, e la sua funzione principale è "This extension allow us to export the Komoot track in a GPX file.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Komoot extension

Scarica i file di estensione Komoot extension 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

                        This extension adds a "Download GPX" button to download the file, no matter which regions you have.
If you like this extension, please rate us =)                    

Informazioni di Base sull'Estensione

Nome Komoot extension Komoot extension
ID mebocpjllbfkgbloljnbeghaaedcjopd
URL Ufficiale https://chromewebstore.google.com/detail/komoot-extension/mebocpjllbfkgbloljnbeghaaedcjopd
Descrizione This extension allow us to export the Komoot track in a GPX file.
Dimensione del File 26.25 KB
Conteggio Installazioni 3,518
Versione Corrente 1.12
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2022-04-06
Valutazione 4.90/5 Totale 39 Valutazioni
Sviluppatore Álex
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://komoot-extension.vercel.app
URL della Pagina di Aiuto https://komoot-extension.vercel.app
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Komoot extension",
    "description": "This extension allow us to export the Komoot track in a GPX file.",
    "version": "1.12",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.komoot.es\/*",
                "https:\/\/www.komoot.it\/*",
                "https:\/\/www.komoot.com\/*",
                "https:\/\/www.komoot.fr\/*",
                "https:\/\/www.komoot.nl\/*",
                "https:\/\/www.komoot.de\/*"
            ],
            "js": [
                "tracker.js",
                "translations.js",
                "exporter-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    }
}