Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elecordapp/flightdata-extension
A collection of web tools for flight simulation.
https://github.com/elecordapp/flightdata-extension
browser-extension chrome-extension extension firefox-extension flight-simulator
Last synced: 18 days ago
JSON representation
A collection of web tools for flight simulation.
- Host: GitHub
- URL: https://github.com/elecordapp/flightdata-extension
- Owner: elecordapp
- License: apache-2.0
- Created: 2024-11-19T00:10:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T11:25:22.000Z (3 months ago)
- Last Synced: 2024-11-19T12:43:31.272Z (3 months ago)
- Topics: browser-extension, chrome-extension, extension, firefox-extension, flight-simulator
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flightdata-extension
Collection of web tools for flight simulation.
## Features
- Use Flightradar data inside of SimBrief
- Copy Flightradar playback data
- Insert playback data into SimBrief
## Installation
### Extensions Stores
- [Chrome Web Store](https://chromewebstore.google.com/detail/flightdata/oilmpigpkhjgmohnphinocoefomlafol)
- [Firefox Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/flightdata/)
### Manual Setup
#### Chrome, Edge, Brave, Opera
1. Download the [flightdata-extension repo](https://github.com/elecordapp/flightdata-extension/archive/refs/heads/main.zip)
2. Extract all to create the folder `flightdata-extension-main`
3. Visit your browsers extensions page `chrome://extensions`
4. Enable the **'Developer Mode'** toggle
5. Drag the folder `flightdata-extension-main` onto the extension page to install it#### Firefox
1. Download the [flightdata-extension repo](https://github.com/elecordapp/flightdata-extension/archive/refs/heads/main.zip)
2. Extract all to create the folder `flightdata-extension-main`
3. Visit the Firefox debugging page `about:debugging#/runtime/this-firefox`
4. Click the **'Load Temporary Add-on…'** button
5. Select the file `flightdata-extension-main\manifest.json` to install it## License
The flightdata-extension is licensed under [Apache-2.0](https://github.com/elecordapp/flightdata-extension/blob/main/LICENSE).