projectFLY METAR Viewer

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

Qu'est-ce que projectFLY METAR Viewer ?

projectFLY METAR Viewer est une extension Chrome développée par Luke Gorman, et sa fonction principale est "This extension allows you to quickly view airport METARs easily within your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension projectFLY METAR Viewer

Téléchargez les fichiers d'extension projectFLY METAR Viewer 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

                        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.                    

Informations de Base sur l'Extension

Nom projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
URL Officiel https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
Description This extension allows you to quickly view airport METARs easily within your browser.
Taille du Fichier 75.24 KB
Nombre d'Installations 125
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-04
Date de Publication 2015-07-04
Développeur Luke Gorman
Type de Paiement free
Site Web de l'Extension http://projectfly.co.uk/
URL de la Page d'Aide http://support.projectfly.co.uk/
Langues Prises en Charge 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"
    }
}