Simple Weather Forecast and Radar

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

Was ist Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar ist eine Chrome-Erweiterung, die von jburnette entwickelt wurde, und ihr Hauptmerkmal ist "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Erweiterungsscreenshots

screenshot

Simple Weather Forecast and Radar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Weather Forecast and Radar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
Offizielle URL https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Beschreibung Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Dateigröße 57.62 KB
Installationsanzahl 487
Aktuelle Version 1.5
Letztes Update 2018-08-13
Veröffentlichungsdatum 2018-08-13
Bewertung 3.39/5 Insgesamt 23 Bewertungen
Entwickler jburnette
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}