projectFLY METAR Viewer

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

Wat is projectFLY METAR Viewer?

projectFLY METAR Viewer is een Chrome-extensie ontwikkeld door Luke Gorman, en de belangrijkste functie is "This extension allows you to quickly view airport METARs easily within your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie projectFLY METAR Viewer

Download projectFLY METAR Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
Officiële URL https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
Beschrijving This extension allows you to quickly view airport METARs easily within your browser.
Bestandsgrootte 75.24 KB
Aantal Installaties 125
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-04
Publicatiedatum 2015-07-04
Ontwikkelaar Luke Gorman
Betalingswijze free
Extensiewebsite http://projectfly.co.uk/
Help Pagina-URL http://support.projectfly.co.uk/
Ondersteunde Talen 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"
    }
}