RadarAtlas

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

Vad är RadarAtlas?

RadarAtlas är en Chrome-tillägg utvecklad av https://radaratlas.com, och dess huvudfunktion är "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.".

Tilläggsskärmbilder

screenshot

Ladda ner RadarAtlas-förlängningens CRX-fil

Ladda ner RadarAtlas-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
Officiell webbadress https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Beskrivning RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Filstorlek 5.42 MB
Antal Installationer 2,374
Aktuell Version 8.6.7
Senast Uppdaterad 2023-12-16
Publiceringsdatum 2020-10-14
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare https://radaratlas.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.radaratlas.com/radaratlas-chrome-extension/
Hjälpsida URL https://www.radaratlas.com/contact/
URL till Sekretesspolicy Sidan https://www.radaratlas.com/extension-privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}