Komoot extension

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

Komoot extensionคืออะไร?

Komoot extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Álex และคุณลักษณะหลักของมันคือ "This extension allow us to export the Komoot track in a GPX file."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Komoot extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}