Current Weather
This extension will give you the current weather in your area.
O que é Current Weather?
Current Weather é uma extensão do Chrome desenvolvida por puranjayprashanth, e sua principal característica é "This extension will give you the current weather in your area.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Current Weather
Baixe arquivos de extensão Current 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
This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.
Informações Básicas da Extensão
Nome | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
URL Oficial | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Descrição | This extension will give you the current weather in your area. |
Tamanho do Arquivo | 33.45 KB |
Contagem de Instalações | 65 |
Versão Atual | 1.0 |
Última Atualização | 2021-06-07 |
Data de Publicação | 2021-06-07 |
Desenvolvedor | puranjayprashanth |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Current Weather", "version": "1.0", "description": "This extension will give you the current weather in your area.", "author": "Puranjay Prashanth", "permissions": [ "geolocation", "http:\/\/api.openweathermap.org\/data\/2.5\/weather" ], "browser_action": { "default_popup": "popup.html", "default_title": "Current Weather", "default_icon": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" } }, "icons": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" }, "manifest_version": 2 } |