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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}