RadarAtlas

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

RadarAtlas là gì?

RadarAtlas là một tiện ích mở rộng Chrome được phát triển bởi https://radaratlas.com, và tính năng chính của nó là "RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RadarAtlas

Tải xuống các tệp mở rộng RadarAtlas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RadarAtlas RadarAtlas
ID kgionpkdifedafldjflcbeojkencnaja
URL Chính Thức https://chromewebstore.google.com/detail/radaratlas/kgionpkdifedafldjflcbeojkencnaja
Mô tả RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.
Kích Thước Tệp 5.42 MB
Số Lần Cài Đặt 2,374
Phiên Bản Hiện Tại 8.6.7
Cập Nhật Lần Cuối 2023-12-16
Ngày Phát Hành 2020-10-14
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://radaratlas.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.radaratlas.com/radaratlas-chrome-extension/
URL Trang Trợ Giúp https://www.radaratlas.com/contact/
URL Trang Chính Sách Bảo Mật https://www.radaratlas.com/extension-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}