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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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