Simple Weather Forecast and Radar

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

Vad är Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar är en Chrome-tillägg utvecklad av jburnette, och dess huvudfunktion är "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Weather Forecast and Radar-förlängningens CRX-fil

Ladda ner Simple Weather Forecast and Radar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
Officiell webbadress https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Beskrivning Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Filstorlek 57.62 KB
Antal Installationer 487
Aktuell Version 1.5
Senast Uppdaterad 2018-08-13
Publiceringsdatum 2018-08-13
Betyg 3.39/5 Totalt 23 Betyg
Utvecklare jburnette
Betalningssätt free
Stödda Språk 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\/"
    ]
}