RadarAtlas

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

Was ist RadarAtlas?

RadarAtlas ist eine Chrome-Erweiterung, die von https://radaratlas.com entwickelt wurde, und ihr Hauptmerkmal ist "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.".

Erweiterungsscreenshots

screenshot

RadarAtlas-Erweiterungs-CRX-Datei herunterladen

Laden Sie RadarAtlas-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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].                    

Grundlegende Informationen zur Erweiterung

Name RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
Offizielle URL https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Beschreibung RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Dateigröße 5.42 MB
Installationsanzahl 2,374
Aktuelle Version 8.6.7
Letztes Update 2023-12-16
Veröffentlichungsdatum 2020-10-14
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler https://radaratlas.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.radaratlas.com/radaratlas-chrome-extension/
Hilfeseite URL https://www.radaratlas.com/contact/
URL der Datenschutzrichtlinien-Seite https://www.radaratlas.com/extension-privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}