RadarAtlas

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

Qu'est-ce que RadarAtlas ?

RadarAtlas est une extension Chrome développée par https://radaratlas.com, et sa fonction principale est "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RadarAtlas

Téléchargez les fichiers d'extension RadarAtlas au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
URL Officiel https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Description RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Taille du Fichier 5.42 MB
Nombre d'Installations 2,374
Version Actuelle 8.6.7
Dernière Mise à Jour 2023-12-16
Date de Publication 2020-10-14
Évaluation 5.00/5 Total 12 Évaluations
Développeur https://radaratlas.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.radaratlas.com/radaratlas-chrome-extension/
URL de la Page d'Aide https://www.radaratlas.com/contact/
URL de la Page de Politique de Confidentialité https://www.radaratlas.com/extension-privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}