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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}