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…
O que é Forecastfox Lite?
Forecastfox Lite é uma extensão do Chrome desenvolvida por http://getforecastfox.com, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Forecastfox Lite
Baixe arquivos de extensão Forecastfox Lite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Oficial | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Descrição | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 2,170 |
Versão Atual | 22 |
Última Atualização | 2013-05-21 |
Data de Publicação | 2013-05-21 |
Classificação | 2.43/5 Total de 206 Avaliações |
Desenvolvedor | http://getforecastfox.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |