RadarAtlas

RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.

Wat is RadarAtlas?

RadarAtlas is een Chrome-extensie ontwikkeld door https://radaratlas.com, en de belangrijkste functie is "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RadarAtlas

Download RadarAtlas-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 makes it easy and fun to track the world's most interesting airplanes and helicopters in real time. It works on map radar sites like globe.adsbexchange.com, globe.adsb.lol, globe.theairtraffic.com, or your own tar1090 instance on localhost. 

If you'd like to report a bug or request a feature, please reach out to me directly - [email protected].                    

Basisinformatie over de Extensie

Naam RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
Officiële URL https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Beschrijving RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Bestandsgrootte 5.42 MB
Aantal Installaties 2,374
Huidige Versie 8.6.7
Laatst Bijgewerkt 2023-12-16
Publicatiedatum 2020-10-14
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://radaratlas.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.radaratlas.com/radaratlas-chrome-extension/
Help Pagina-URL https://www.radaratlas.com/contact/
URL van de Privacybeleid Pagina https://www.radaratlas.com/extension-privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RadarAtlas",
    "version": "8.6.7",
    "action": {
        "default_title": "RadarAtlas",
        "default_icon": ".\/images\/webstoreIcon.png",
        "default_popup": "popup.html"
    },
    "description": "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.",
    "content_scripts": [
        {
            "js": [
                "jquery-3.7.0.min.js",
                "interesting.js",
                "byICAO.js",
                "lookupByReg.js",
                "userFavorites.js",
                "naarmoData.js",
                "openskyData.js",
                "airplanes.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}