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 |
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 } |