Forecast.io Weather
Simple, accurate weather forecast.
O que é Forecast.io Weather?
Forecast.io Weather é uma extensão do Chrome desenvolvida por https://sites.google.com/site/haroldmartin, e sua principal característica é "Simple, accurate weather forecast.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Forecast.io Weather
Baixe arquivos de extensão Forecast.io Weather 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
* 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
Informações Básicas da Extensão
Nome | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
URL Oficial | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Descrição | Simple, accurate weather forecast. |
Tamanho do Arquivo | 63.45 KB |
Contagem de Instalações | 240 |
Versão Atual | 2.2.1 |
Última Atualização | 2015-04-15 |
Data de Publicação | 2015-04-14 |
Classificação | 2.61/5 Total de 18 Avaliações |
Desenvolvedor | https://sites.google.com/site/haroldmartin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://forecast.io |
Idiomas Suportados | 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\/*" ] } |