Simple Weather Forecast and Radar

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

¿Qué es Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar es una extensión de Chrome desarrollada por jburnette, y su función principal es "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Simple Weather Forecast and Radar

Descarga archivos de extensión Simple Weather Forecast and Radar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL Oficial https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Descripción Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Tamaño del Archivo 57.62 KB
Cantidad de Instalaciones 487
Versión Actual 1.5
Última Actualización 2018-08-13
Fecha de Publicación 2018-08-13
Calificación 3.39/5 Total de 23 Calificaciones
Desarrollador jburnette
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}