The TrackIt Extension is a browser extension that allows you to track flights on various flight tracking websites.
Released and reviewed version is available on Chrome Web Store
-
Download the latest release of the FlightTracker Extension from the releases page.
-
Extract the downloaded file to a folder on your computer.
-
Open your browser's extensions page:
- Chrome: chrome://extensions/
-
Enable developer mode.
-
Click on "Load unpacked" or "Load unpacked extension" and select the folder where you extracted the downloaded file.
-
The extension is now installed and ready to use!
-
Navigate to flightradar24.com.
-
Click on a flight on the map to view its information.
-
The TrackIt will automatically detect the callsign and icao address and provide links to track the flight on other flight tracking websites.
Contributions are always welcome! Please create a pull request with your changes.
To build the extension:
npm install
node ./node_modules/webpack/bin/webpack.js --mode=production --config config/webpack.config.js
It will be built under /build under folder.
This project is licensed under the MIT License - see the LICENSE file for details.