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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة RadarAtlas

قم بتنزيل ملفات الامتداد RadarAtlas بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.radaratlas.com/contact/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}