Simple Weather Forecast and Radar

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

Qu'est-ce que Simple Weather Forecast and Radar ?

Simple Weather Forecast and Radar est une extension Chrome développée par jburnette, et sa fonction principale est "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Weather Forecast and Radar

Téléchargez les fichiers d'extension Simple Weather Forecast and Radar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL Officiel https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Description Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Taille du Fichier 57.62 KB
Nombre d'Installations 487
Version Actuelle 1.5
Dernière Mise à Jour 2018-08-13
Date de Publication 2018-08-13
Évaluation 3.39/5 Total 23 Évaluations
Développeur jburnette
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}