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
官方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"
        }
    }
}