Hola Weather

The highly attractive and internationally approved weather extension.

Cos'è Hola Weather?

Hola Weather è un'estensione di Chrome sviluppata da 4l3x, e la sua funzione principale è "The highly attractive and internationally approved weather extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hola Weather

Scarica i file di estensione Hola Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
URL Ufficiale https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Descrizione The highly attractive and internationally approved weather extension.
Dimensione del File 243 KB
Conteggio Installazioni 271
Versione Corrente 1.2
Ultimo Aggiornamento 2014-07-16
Data di Pubblicazione 2014-07-16
Valutazione 3.93/5 Totale 14 Valutazioni
Sviluppatore 4l3x
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}