Forecast.io Weather
Simple, accurate weather forecast.
¿Qué es Forecast.io Weather?
Forecast.io Weather es una extensión de Chrome desarrollada por https://sites.google.com/site/haroldmartin, y su función principal es "Simple, accurate weather forecast.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Forecast.io Weather
Descarga archivos de extensión Forecast.io Weather 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
* Fast weekly weather forecast in popup. * Icon shows sunrise/sunset countdown. * If you want to know the current temperature, go outside. * Latest version fixes Celsius / Fahrenheit switching bug. Courtesy of http://Forecast.io https://github.com/hbmartin/chrome-forecast
Información Básica de la Extensión
Nombre | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
URL Oficial | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Descripción | Simple, accurate weather forecast. |
Tamaño del Archivo | 63.45 KB |
Cantidad de Instalaciones | 240 |
Versión Actual | 2.2.1 |
Última Actualización | 2015-04-15 |
Fecha de Publicación | 2015-04-14 |
Calificación | 2.61/5 Total de 18 Calificaciones |
Desarrollador | https://sites.google.com/site/haroldmartin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://forecast.io |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecast.io Weather", "version": "2.2.1", "description": "Simple, accurate weather forecast.", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "sun\/Time.js", "sun\/JulianDay.js", "sun\/SolarPosition.js", "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Forecast.io", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "alarms", "storage", "geolocation", "*:\/\/*.forecast.io\/*", "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*" ] } |