Can I Fly There

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

Can I Fly There là gì?

Can I Fly There là một tiện ích mở rộng Chrome được phát triển bởi layl, và tính năng chính của nó là "Utility for checking if you can fly to an FSEconomy airport using your simulator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Can I Fly There

Tải xuống các tệp mở rộng Can I Fly There dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds icons next to ICAOs.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Can I Fly There Can I Fly There
ID kdnkcnookmaakjnlggihmijapnjonbng
URL Chính Thức https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng
Mô tả Utility for checking if you can fly to an FSEconomy airport using your simulator.
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 1,032
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-09-07
Ngày Phát Hành 2020-08-25
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển layl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/layl/can-i-fly-there/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}