Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
¿Qué es Forecastfox Lite?
Forecastfox Lite es una extensión de Chrome desarrollada por http://getforecastfox.com, y su función principal es "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Forecastfox Lite
Descarga archivos de extensión Forecastfox Lite 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
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
Información Básica de la Extensión
Nombre | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Oficial | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Descripción | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Tamaño del Archivo | 175 KB |
Cantidad de Instalaciones | 2,170 |
Versión Actual | 22 |
Última Actualización | 2013-05-21 |
Fecha de Publicación | 2013-05-21 |
Calificación | 2.43/5 Total de 206 Calificaciones |
Desarrollador | http://getforecastfox.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |