Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

O que é Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar é uma extensão do Chrome desenvolvida por jburnette, e sua principal característica é "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Weather Forecast and Radar

Baixe arquivos de extensão Simple Weather Forecast and Radar 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

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

Informações Básicas da Extensão

Nome Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL Oficial https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Descrição Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Tamanho do Arquivo 57.62 KB
Contagem de Instalações 487
Versão Atual 1.5
Última Atualização 2018-08-13
Data de Publicação 2018-08-13
Classificação 3.39/5 Total de 23 Avaliações
Desenvolvedor jburnette
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}