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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย layl และคุณลักษณะหลักของมันคือ "Utility for checking if you can fly to an FSEconomy airport using your simulator."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Can I Fly There

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}