World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
O que é World Weather Forecast?
World Weather Forecast é uma extensão do Chrome desenvolvida por Smart Software, e sua principal característica é "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão World Weather Forecast
Baixe arquivos de extensão World 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 & current weather worldwide in Fahrenheit or Celsius. Explore world weather maps to view meteorological conditions all across the world. Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.
Informações Básicas da Extensão
Nome | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
URL Oficial | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
Descrição | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
Tamanho do Arquivo | 34.77 KB |
Contagem de Instalações | 68,657 |
Versão Atual | 2.0.3.6 |
Última Atualização | 2023-12-05 |
Data de Publicação | 2020-02-22 |
Classificação | 4.58/5 Total de 4261 Avaliações |
Desenvolvedor | Smart Software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://weather.fullstacks.net/ |
URL da Página de Ajuda | https://weather.fullstacks.net/ |
URL da Página de Política de Privacidade | http://iblogbox.com/chrome/tos.php |
Idiomas Suportados | en |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "2.0.3.6" } |