Get Weather Now
Weather extension
O que é Get Weather Now?
Get Weather Now é uma extensão do Chrome desenvolvida por Calc Team, e sua principal característica é "Weather extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Get Weather Now
Baixe arquivos de extensão Get Weather Now 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
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
Informações Básicas da Extensão
Nome | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
URL Oficial | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
Descrição | Weather extension |
Tamanho do Arquivo | 6.83 MB |
Contagem de Instalações | 864 |
Versão Atual | 0.0.4 |
Última Atualização | 2022-11-14 |
Data de Publicação | 2022-07-22 |
Classificação | 2.27/5 Total de 15 Avaliações |
Desenvolvedor | Calc Team |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |