projectFLY METAR Viewer

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

O que é projectFLY METAR Viewer?

projectFLY METAR Viewer é uma extensão do Chrome desenvolvida por Luke Gorman, e sua principal característica é "This extension allows you to quickly view airport METARs easily within your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão projectFLY METAR Viewer

Baixe arquivos de extensão projectFLY METAR Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
URL Oficial https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja
Descrição This extension allows you to quickly view airport METARs easily within your browser.
Tamanho do Arquivo 75.24 KB
Contagem de Instalações 125
Versão Atual 1.0
Última Atualização 2015-07-04
Data de Publicação 2015-07-04
Desenvolvedor Luke Gorman
Tipo de Pagamento free
Site da Extensão http://projectfly.co.uk/
URL da Página de Ajuda http://support.projectfly.co.uk/
Idiomas Suportados 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"
    }
}