Chrome Litchi Virtual Mission
Adds ability to export mission from mission hub as google earth virtual tour
Wat is Chrome Litchi Virtual Mission?
Chrome Litchi Virtual Mission is een Chrome-extensie ontwikkeld door bazuchan, en de belangrijkste functie is "Adds ability to export mission from mission hub as google earth virtual tour".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Litchi Virtual Mission
Download Chrome Litchi Virtual Mission-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Chrome Litchi Virtual Mission |
ID | ccpleclnjidgphbmhphdfeejfifeekak |
Officiële URL | https://chromewebstore.google.com/detail/chrome-litchi-virtual-mis/ccpleclnjidgphbmhphdfeejfifeekak |
Beschrijving | Adds ability to export mission from mission hub as google earth virtual tour |
Bestandsgrootte | 8.36 KB |
Aantal Installaties | 11,536 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2019-06-29 |
Publicatiedatum | 2019-06-29 |
Beoordeling | 4.56/5 Totaal 18 Beoordelingen |
Ontwikkelaar | bazuchan |
Betalingswijze | free |
Extensiewebsite | https://github.com/bazuchan/pythonvlm |
Help Pagina-URL | https://mavicpilots.com/threads/yet-another-virtual-litchi-mission-google-chrome-extension.45629/ |
Ondersteunde Talen | 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 } |