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开发的Chrome扩展程序,该扩展的主要功能是“RadarAtlas is an ADSB & tar1090 add on that makes it fun and accessible to track the most interesting aircraft in the world.”。

扩展截图

screenshot

下载RadarAtlas扩展crx文件

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