Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
O que é Weather App?
Weather App é uma extensão do Chrome desenvolvida por https://arunayyappath.me, e sua principal característica é "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weather App
Baixe arquivos de extensão Weather App 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
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
Informações Básicas da Extensão
Nome | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
URL Oficial | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
Descrição | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
Tamanho do Arquivo | 379 KB |
Contagem de Instalações | 264 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-08-21 |
Data de Publicação | 2019-08-21 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | https://arunayyappath.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://arunayyappath.me/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |