Chrome Litchi Virtual Mission

Adds ability to export mission from mission hub as google earth virtual tour

Chrome Litchi Virtual Missionคืออะไร?

Chrome Litchi Virtual Mission เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bazuchan และคุณลักษณะหลักของมันคือ "Adds ability to export mission from mission hub as google earth virtual tour"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Litchi Virtual Mission

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Litchi Virtual Mission ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides same functionality as Virtual Litchi Mission app https://mavicpilots.com/threads/virtual-litchi-mission.31109/

Usage:
1. Install google-earth(-pro) desktop app.
2. Go to https://flylitchi.com/hub
3. Select a mission, click "MISSIONS"->"Export as VLM", it will download .kml file
4. Click downloaded .kml file to open it in google earth (or import it into google arth manually).
5. In google earth click mission name under "Temporary places" and double-click "Virtual mission"
6. Enjoy :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Litchi Virtual Mission Chrome Litchi Virtual Mission
ID ccpleclnjidgphbmhphdfeejfifeekak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-litchi-virtual-mis/ccpleclnjidgphbmhphdfeejfifeekak
คำอธิบาย Adds ability to export mission from mission hub as google earth virtual tour
ขนาดไฟล์ 8.36 KB
จำนวนการติดตั้ง 11,536
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2019-06-29
วันที่เผยแพร่ 2019-06-29
คะแนน 4.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา bazuchan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bazuchan/pythonvlm
URL หน้าช่วยเหลือ https://mavicpilots.com/threads/yet-another-virtual-litchi-mission-google-chrome-extension.45629/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Litchi Virtual Mission",
    "version": "0.2.1",
    "description": "Adds ability to export mission from mission hub as google earth virtual tour",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/flylitchi.com\/hub*"
            ],
            "js": [
                "hook.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "cevlm.png"
    },
    "manifest_version": 2
}