RadarAtlas

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

RadarAtlas क्या है?

RadarAtlas https://radaratlas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RadarAtlas एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
आधिकारिक URL https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
विवरण RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
फ़ाइल का आकार 5.42 MB
स्थापना संख्या 2,374
वर्तमान संस्करण 8.6.7
अंतिम अपडेट 2023-12-16
प्रकाशन तिथि 2020-10-14
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://radaratlas.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.radaratlas.com/radaratlas-chrome-extension/
सहायता पृष्ठ URL https://www.radaratlas.com/contact/
गोपनीयता नीति पृष्ठ URL https://www.radaratlas.com/extension-privacy-policy
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}