Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Co to jest Weather (forecast)?

Weather (forecast) to rozszerzenie Chrome opracowane przez weart, a jego główną funkcją jest „Best weather forecast extension for Chrome, simple and beautiful.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weather (forecast)

Pobierz pliki rozszerzeń Weather (forecast) 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

                        Weather Forecast is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
Oficjalny URL https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
Opis Best weather forecast extension for Chrome, simple and beautiful.
Rozmiar pliku 377 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2019-06-07
Data Publikacji 2019-06-07
Ocena 3.70/5 Łącznie 10 Oceny
Deweloper weart
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}