projectFLY METAR Viewer

This extension allows you to quickly view airport METARs easily within your browser.

projectFLY METAR Viewer란 무엇입니까?

projectFLY METAR Viewer은(는) Luke Gorman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to quickly view airport METARs easily within your browser."입니다.

확장 프로그램 스크린샷

screenshot

projectFLY METAR Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The projectFLY METAR Viewer allows you to easily view METARs within your browser by simply clicking the icon and clicking 'Request'. As easy as it gets.                    

확장 프로그램 기본 정보

이름 projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
공식 URL https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
설명 This extension allows you to quickly view airport METARs easily within your browser.
파일 크기 75.24 KB
설치 횟수 125
현재 버전 1.0
최근 업데이트 2015-07-04
출시 날짜 2015-07-04
개발자 Luke Gorman
결제 유형 free
확장 프로그램 웹 사이트 http://projectfly.co.uk/
도움말 페이지 URL http://support.projectfly.co.uk/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "projectFLY METAR Viewer",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension allows you to quickly view airport METARs easily within your browser.",
    "permissions": [
        "http:\/\/metar.vatsim.net\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}