Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Was ist Can I Fly There?
Can I Fly There ist eine Chrome-Erweiterung, die von layl entwickelt wurde, und ihr Hauptmerkmal ist "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Erweiterungsscreenshots
Can I Fly There-Erweiterungs-CRX-Datei herunterladen
Laden Sie Can I Fly There-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds icons next to ICAOs.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Offizielle URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Beschreibung | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Dateigröße | 296 KB |
Installationsanzahl | 1,032 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2020-09-07 |
Veröffentlichungsdatum | 2020-08-25 |
Bewertung | 4.71/5 Insgesamt 17 Bewertungen |
Entwickler | layl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/layl/can-i-fly-there/ |
Unterstützte Sprachen | 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" } } } |