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
官方網址 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": [
                ""
            ]
        }
    ]
}