RadarAtlas

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

Co to jest RadarAtlas?

RadarAtlas to rozszerzenie Chrome opracowane przez https://radaratlas.com, a jego główną funkcją jest „RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RadarAtlas

Pobierz pliki rozszerzeń RadarAtlas w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
Oficjalny URL https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Opis RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Rozmiar pliku 5.42 MB
Liczba instalacji 2,374
Aktualna Wersja 8.6.7
Ostatnia Aktualizacja 2023-12-16
Data Publikacji 2020-10-14
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper https://radaratlas.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.radaratlas.com/radaratlas-chrome-extension/
Adres URL Strony Pomocy https://www.radaratlas.com/contact/
Adres URL Strony Polityki Prywatności https://www.radaratlas.com/extension-privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}