Can I Fly There

Utility for checking if you can fly to an FSEconomy airport using your simulator.

Cos'è Can I Fly There?

Can I Fly There è un'estensione di Chrome sviluppata da layl, e la sua funzione principale è "Utility for checking if you can fly to an FSEconomy airport using your simulator.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Can I Fly There

Scarica i file di estensione Can I Fly There in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds icons next to ICAOs.                    

Informazioni di Base sull'Estensione

Nome Can I Fly There Can I Fly There
ID kdnkcnookmaakjnlggihmijapnjonbng
URL Ufficiale https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng
Descrizione Utility for checking if you can fly to an FSEconomy airport using your simulator.
Dimensione del File 296 KB
Conteggio Installazioni 1,032
Versione Corrente 1.2.2
Ultimo Aggiornamento 2020-09-07
Data di Pubblicazione 2020-08-25
Valutazione 4.71/5 Totale 17 Valutazioni
Sviluppatore layl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/layl/can-i-fly-there/
Lingue Supportate 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"
        }
    }
}