Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Co je Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar je rozšíření Chrome vyvinuté jburnette, a jeho hlavní funkcí je „Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Simple Weather Forecast and Radar

Stáhněte si soubory rozšíření Simple Weather Forecast and Radar 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í

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

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

Název Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
Oficiální URL https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Popis Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Velikost souboru 57.62 KB
Počet instalací 487
Aktuální Verze 1.5
Poslední Aktualizace 2018-08-13
Datum Vydání 2018-08-13
Hodnocení 3.39/5 Celkem 23 Hodnocení
Vývojář jburnette
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}