Hola Weather

The highly attractive and internationally approved weather extension.

Co to jest Hola Weather?

Hola Weather to rozszerzenie Chrome opracowane przez 4l3x, a jego główną funkcją jest „The highly attractive and internationally approved weather extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hola Weather

Pobierz pliki rozszerzeń Hola Weather w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
Oficjalny URL https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Opis The highly attractive and internationally approved weather extension.
Rozmiar pliku 243 KB
Liczba instalacji 271
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-07-16
Data Publikacji 2014-07-16
Ocena 3.93/5 Łącznie 14 Oceny
Deweloper 4l3x
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}