Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Cos'è Simple Weather Forecast and Radar?
Simple Weather Forecast and Radar è un'estensione di Chrome sviluppata da jburnette, e la sua funzione principale è "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Weather Forecast and Radar
Scarica i file di estensione Simple Weather Forecast and Radar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Descrizione | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
Dimensione del File | 57.62 KB |
Conteggio Installazioni | 487 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-08-13 |
Data di Pubblicazione | 2018-08-13 |
Valutazione | 3.39/5 Totale 23 Valutazioni |
Sviluppatore | jburnette |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |