Hola Weather

The highly attractive and internationally approved weather extension.

O que é Hola Weather?

Hola Weather é uma extensão do Chrome desenvolvida por 4l3x, e sua principal característica é "The highly attractive and internationally approved weather extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hola Weather

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

                        Hola Weather is made just for you!

- Auto location lookup
- View current conditions and forecast for next 10 hours
- Background color changes with temperature
- Clean and easy to read user interface

Feedback appreciated!                    

Informações Básicas da Extensão

Nome Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
URL Oficial https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Descrição The highly attractive and internationally approved weather extension.
Tamanho do Arquivo 243 KB
Contagem de Instalações 271
Versão Atual 1.2
Última Atualização 2014-07-16
Data de Publicação 2014-07-16
Classificação 3.93/5 Total de 14 Avaliações
Desenvolvedor 4l3x
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hola Weather",
    "version": "1.2",
    "description": "The highly attractive and internationally approved weather extension.",
    "web_accessible_resources": [
        "popup.js"
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Hola Weather",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "geolocation",
        ""
    ]
}