Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
O que é Weather (forecast)?
Weather (forecast) é uma extensão do Chrome desenvolvida por weart, e sua principal característica é "Best weather forecast extension for Chrome, simple and beautiful.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weather (forecast)
Baixe arquivos de extensão Weather (forecast) 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
Weather Forecast is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
Informações Básicas da Extensão
Nome | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
URL Oficial | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
Descrição | Best weather forecast extension for Chrome, simple and beautiful. |
Tamanho do Arquivo | 377 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1.0 |
Última Atualização | 2019-06-07 |
Data de Publicação | 2019-06-07 |
Classificação | 3.70/5 Total de 10 Avaliações |
Desenvolvedor | weart |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |