projectFLY METAR Viewer

This extension allows you to quickly view airport METARs easily within your browser.

Cos'è projectFLY METAR Viewer?

projectFLY METAR Viewer è un'estensione di Chrome sviluppata da Luke Gorman, e la sua funzione principale è "This extension allows you to quickly view airport METARs easily within your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione projectFLY METAR Viewer

Scarica i file di estensione projectFLY METAR Viewer 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

                        The projectFLY METAR Viewer allows you to easily view METARs within your browser by simply clicking the icon and clicking 'Request'. As easy as it gets.                    

Informazioni di Base sull'Estensione

Nome projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
URL Ufficiale https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
Descrizione This extension allows you to quickly view airport METARs easily within your browser.
Dimensione del File 75.24 KB
Conteggio Installazioni 125
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-04
Data di Pubblicazione 2015-07-04
Sviluppatore Luke Gorman
Tipo di Pagamento free
Sito Web dell'Estensione http://projectfly.co.uk/
URL della Pagina di Aiuto http://support.projectfly.co.uk/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "projectFLY METAR Viewer",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension allows you to quickly view airport METARs easily within your browser.",
    "permissions": [
        "http:\/\/metar.vatsim.net\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}