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是由bazuchan開發的Chrome擴展程式,該擴展的主要功能是“Adds ability to export mission from mission hub as google earth virtual tour”。

擴展截圖

下載Chrome Litchi Virtual Mission擴展crx文件

下載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
官方網址 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
}