Simple Weather Forecast and Radar

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

Hvad er Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar er en Chrome-udvidelse udviklet af jburnette, og dens hovedfunktion er "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Udvidelsesskærmbilleder

screenshot

Download Simple Weather Forecast and Radar-udvidelses-CRX-fil

Download Simple Weather Forecast and Radar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
Officiel URL https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Beskrivelse Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Filstørrelse 57.62 KB
Antal Installationer 487
Nuværende Version 1.5
Senest Opdateret 2018-08-13
Udgivelsesdato 2018-08-13
Bedømmelse 3.39/5 Samlet 23 Bedømmelser
Udvikler jburnette
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}