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
Eメール [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": [
                ""
            ]
        }
    ]
}