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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Can I Fly There
قم بتنزيل ملفات الامتداد Can I Fly There بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds icons next to ICAOs.
معلومات أساسية عن التمديد
الاسم | |
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" } } } |