Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Hvad er Can I Fly There?
Can I Fly There er en Chrome-udvidelse udviklet af layl, og dens hovedfunktion er "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Udvidelsesskærmbilleder
Download Can I Fly There-udvidelses-CRX-fil
Download Can I Fly There-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds icons next to ICAOs.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Officiel URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Beskrivelse | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Filstørrelse | 296 KB |
Antal Installationer | 1,032 |
Nuværende Version | 1.2.2 |
Senest Opdateret | 2020-09-07 |
Udgivelsesdato | 2020-08-25 |
Bedømmelse | 4.71/5 Samlet 17 Bedømmelser |
Udvikler | layl |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gitlab.com/layl/can-i-fly-there/ |
Understøttede Sprog | 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" } } } |