Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Wat is Simple Weather Forecast and Radar?
Simple Weather Forecast and Radar is een Chrome-extensie ontwikkeld door jburnette, en de belangrijkste functie is "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Weather Forecast and Radar
Download Simple Weather Forecast and Radar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Officiële URL | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Beschrijving | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
Bestandsgrootte | 57.62 KB |
Aantal Installaties | 487 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2018-08-13 |
Publicatiedatum | 2018-08-13 |
Beoordeling | 3.39/5 Totaal 23 Beoordelingen |
Ontwikkelaar | jburnette |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |