Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Apa itu Can I Fly There?
Can I Fly There adalah ekstensi Chrome yang dikembangkan oleh layl, dan fitur utamanya adalah "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Can I Fly There
Unduh file ekstensi Can I Fly There dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds icons next to ICAOs.
Informasi Dasar Ekstensi
Nama | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
URL Resmi | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Deskripsi | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Ukuran File | 296 KB |
Jumlah Instalasi | 1,032 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2020-09-07 |
Tanggal Publikasi | 2020-08-25 |
Penilaian | 4.71/5 Total 17 Penilaian |
Pengembang | layl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gitlab.com/layl/can-i-fly-there/ |
Bahasa yang Didukung | 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" } } } |