Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Qu'est-ce que Can I Fly There ?
Can I Fly There est une extension Chrome développée par layl, et sa fonction principale est "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Can I Fly There
Téléchargez les fichiers d'extension Can I Fly There au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds icons next to ICAOs.
Informations de Base sur l'Extension
Nom | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
URL Officiel | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Description | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Taille du Fichier | 296 KB |
Nombre d'Installations | 1,032 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2020-09-07 |
Date de Publication | 2020-08-25 |
Évaluation | 4.71/5 Total 17 Évaluations |
Développeur | layl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/layl/can-i-fly-there/ |
Langues Prises en Charge | 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" } } } |