Komoot extension

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

Komoot extensionとは何ですか?

Komoot extensionはÁlexによって開発されたChromeの拡張機能で、その主な機能は「This extension allow us to export the Komoot track in a GPX file.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Komoot extension拡張機能のCRXファイルをダウンロード

Komoot extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 =)                    

拡張機能の基本情報

名前 Komoot extension Komoot extension
ID mebocpjllbfkgbloljnbeghaaedcjopd
公式URL https://chromewebstore.google.com/detail/komoot-extension/mebocpjllbfkgbloljnbeghaaedcjopd
説明 This extension allow us to export the Komoot track in a GPX file.
ファイルサイズ 26.25 KB
インストール数 3,518
現在のバージョン 1.12
最終更新日 2024-01-22
公開日 2022-04-06
評価 4.90/5 合計 39 レビュー
開発者 Álex
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://komoot-extension.vercel.app
ヘルプページのURL https://komoot-extension.vercel.app
対応言語 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"
    }
}