Can I Fly There

Utility for checking if you can fly to an FSEconomy airport using your simulator.

Can I Fly There란 무엇입니까?

Can I Fly There은(는) layl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility for checking if you can fly to an FSEconomy airport using your simulator."입니다.

확장 프로그램 스크린샷

screenshot

Can I Fly There 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds icons next to ICAOs.                    

확장 프로그램 기본 정보

이름 Can I Fly There Can I Fly There
ID kdnkcnookmaakjnlggihmijapnjonbng
공식 URL https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng
설명 Utility for checking if you can fly to an FSEconomy airport using your simulator.
파일 크기 296 KB
설치 횟수 1,032
현재 버전 1.2.2
최근 업데이트 2020-09-07
출시 날짜 2020-08-25
평점 4.71/5 총 17 개의 평점
개발자 layl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/layl/can-i-fly-there/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Can I Fly There",
    "version": "1.2.2",
    "description": "Utility for checking if you can fly to an FSEconomy airport using your simulator.",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "Can I Fly There",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/server.fseconomy.net\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{146595fb-3723-4f5b-9e57-07c307af8128}",
            "strict_min_version": "48.0"
        }
    }
}