Komoot extension

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

Komoot extension là gì?

Komoot extension là một tiện ích mở rộng Chrome được phát triển bởi Álex, và tính năng chính của nó là "This extension allow us to export the Komoot track in a GPX file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Komoot extension

Tải xuống các tệp mở rộng Komoot extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Komoot extension Komoot extension
ID mebocpjllbfkgbloljnbeghaaedcjopd
URL Chính Thức https://chromewebstore.google.com/detail/komoot-extension/mebocpjllbfkgbloljnbeghaaedcjopd
Mô tả This extension allow us to export the Komoot track in a GPX file.
Kích Thước Tệp 26.25 KB
Số Lần Cài Đặt 3,518
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2022-04-06
Đánh Giá 4.90/5 Tổng số 39 Đánh Giá
Nhà Phát Triển Álex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://komoot-extension.vercel.app
URL Trang Trợ Giúp https://komoot-extension.vercel.app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}