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文件

下載Can I Fly There擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds icons next to ICAOs.                    

擴展基本資訊

名稱 Can I Fly There Can I Fly There
ID kdnkcnookmaakjnlggihmijapnjonbng
官方網址 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"
        }
    }
}