https://github.com/elecordapp/flightdata-extension
Collection of web tools for flight simulation
https://github.com/elecordapp/flightdata-extension
browser-extension chrome-extension extension firefox-extension flight-simulator
Last synced: about 1 year ago
JSON representation
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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T19:54:12.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:48:43.462Z (about 1 year ago)
- Topics: browser-extension, chrome-extension, extension, firefox-extension, flight-simulator
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 1
- 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).