Chrome Litchi Virtual Mission
Adds ability to export mission from mission hub as google earth virtual tour
Hvad er Chrome Litchi Virtual Mission?
Chrome Litchi Virtual Mission er en Chrome-udvidelse udviklet af bazuchan, og dens hovedfunktion er "Adds ability to export mission from mission hub as google earth virtual tour".
Udvidelsesskærmbilleder
Download Chrome Litchi Virtual Mission-udvidelses-CRX-fil
Download Chrome Litchi Virtual Mission-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 :)
Grundlæggende oplysninger om udvidelsen
Navn | Chrome Litchi Virtual Mission |
ID | ccpleclnjidgphbmhphdfeejfifeekak |
Officiel URL | https://chromewebstore.google.com/detail/chrome-litchi-virtual-mis/ccpleclnjidgphbmhphdfeejfifeekak |
Beskrivelse | Adds ability to export mission from mission hub as google earth virtual tour |
Filstørrelse | 8.36 KB |
Antal Installationer | 11,536 |
Nuværende Version | 0.2.1 |
Senest Opdateret | 2019-06-29 |
Udgivelsesdato | 2019-06-29 |
Bedømmelse | 4.56/5 Samlet 18 Bedømmelser |
Udvikler | bazuchan |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/bazuchan/pythonvlm |
Hjælpeside-URL | https://mavicpilots.com/threads/yet-another-virtual-litchi-mission-google-chrome-extension.45629/ |
Understøttede Sprog | 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 } |