WUTemp extension
View the active temperature of a Weather Underground Station
¿Qué es WUTemp extension?
WUTemp extension es una extensión de Chrome desarrollada por Eryk.io, y su función principal es "View the active temperature of a Weather Underground Station".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WUTemp extension
Descarga archivos de extensión WUTemp extension 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
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
Información Básica de la Extensión
Nombre | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
URL Oficial | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
Descripción | View the active temperature of a Weather Underground Station |
Tamaño del Archivo | 40.22 KB |
Cantidad de Instalaciones | 1,901 |
Versión Actual | 1.1 |
Última Actualización | 2016-03-16 |
Fecha de Publicación | 2016-03-16 |
Calificación | 3.46/5 Total de 35 Calificaciones |
Desarrollador | Eryk.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://eryk.io |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |