projectFLY METAR Viewer

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

Hvad er projectFLY METAR Viewer?

projectFLY METAR Viewer er en Chrome-udvidelse udviklet af Luke Gorman, og dens hovedfunktion er "This extension allows you to quickly view airport METARs easily within your browser.".

Udvidelsesskærmbilleder

screenshot

Download projectFLY METAR Viewer-udvidelses-CRX-fil

Download projectFLY METAR Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
Officiel URL https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
Beskrivelse This extension allows you to quickly view airport METARs easily within your browser.
Filstørrelse 75.24 KB
Antal Installationer 125
Nuværende Version 1.0
Senest Opdateret 2015-07-04
Udgivelsesdato 2015-07-04
Udvikler Luke Gorman
Betalingsmetode free
Udvidelseswebsted http://projectfly.co.uk/
Hjælpeside-URL http://support.projectfly.co.uk/
Understøttede Sprog 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"
    }
}