Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Co je Weather (forecast)?

Weather (forecast) je rozšíření Chrome vyvinuté weart, a jeho hlavní funkcí je „Best weather forecast extension for Chrome, simple and beautiful.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Weather (forecast)

Stáhněte si soubory rozšíření Weather (forecast) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
Oficiální URL https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
Popis Best weather forecast extension for Chrome, simple and beautiful.
Velikost souboru 377 KB
Počet instalací 1,000
Aktuální Verze 1.1.0
Poslední Aktualizace 2019-06-07
Datum Vydání 2019-06-07
Hodnocení 3.70/5 Celkem 10 Hodnocení
Vývojář weart
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}