NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

O que é NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast é uma extensão do Chrome desenvolvida por John Hollister, e sua principal característica é "Forecast and local weather provided by NOAA.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NOAA NWS Weather Forecast

Baixe arquivos de extensão NOAA NWS Weather Forecast 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

                        A week's worth of weather plus current conditions provided by NOAA and the National Weather Service (NWS) public web services for most US cities and localities. Enter your city name or zip code to load a seven day forecast for your area. 

I am not affiliated with NOAA or NWS.                    

Informações Básicas da Extensão

Nome NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
URL Oficial https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Descrição Forecast and local weather provided by NOAA.
Tamanho do Arquivo 11.06 KB
Contagem de Instalações 13,483
Versão Atual 3.0.1
Última Atualização 2023-04-20
Data de Publicação 2018-10-29
Classificação 4.22/5 Total de 67 Avaliações
Desenvolvedor John Hollister
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NOAA NWS Weather Forecast",
    "version": "3.0.1",
    "manifest_version": 3,
    "description": "Forecast and local weather provided by NOAA.",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}