Quick Weather

Quick weather report based on your location

O que é Quick Weather?

Quick Weather é uma extensão do Chrome desenvolvida por Vlad Nicoara, e sua principal característica é "Quick weather report based on your location".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Quick Weather

Baixe arquivos de extensão Quick 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

                        It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button.
You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.                    

Informações Básicas da Extensão

Nome Quick Weather Quick Weather
ID bpgapaikjgcbjahoghdbnecndpllfchk
URL Oficial https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk
Descrição Quick weather report based on your location
Tamanho do Arquivo 91.42 KB
Contagem de Instalações 205
Versão Atual 0.1.2
Última Atualização 2015-02-25
Data de Publicação 2015-02-25
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor Vlad Nicoara
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Weather",
    "manifest_version": 2,
    "description": "Quick weather report based on your location",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/api.openweathermap.org\/",
        "storage",
        "geolocation"
    ]
}