WUTemp

This extension shows the temperature of a Weather Underground station

¿Qué es WUTemp?

WUTemp es una extensión de Chrome desarrollada por Engineered Musings, y su función principal es "This extension shows the temperature of a Weather Underground station".

Descargar Archivo CRX de la Extensión WUTemp

Descarga archivos de extensión WUTemp 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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

Información Básica de la Extensión

Nombre WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Oficial https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Descripción This extension shows the temperature of a Weather Underground station
Tamaño del Archivo 19.71 KB
Cantidad de Instalaciones 48
Versión Actual 1.5
Última Actualización 2016-04-07
Fecha de Publicación 2016-04-07
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador Engineered Musings
Tipo de Pago free
Sitio Web de la Extensión http://engineeredmusings.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WUTemp",
    "description": "This extension shows the temperature of a Weather Underground station",
    "version": "1.5",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stationdata.wunderground.com\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}