NOAA NWS Weather Forecast
Forecast and local weather provided by NOAA.
Cos'è NOAA NWS Weather Forecast?
NOAA NWS Weather Forecast è un'estensione di Chrome sviluppata da John Hollister, e la sua funzione principale è "Forecast and local weather provided by NOAA.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NOAA NWS Weather Forecast
Scarica i file di estensione NOAA NWS Weather Forecast 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
A week's worth of weather plus current conditions provided by NOAA and the National Weather Service (NWS) public web services for most US cities and localities. Enter your city name or zip code to load a seven day forecast for your area. I am not affiliated with NOAA or NWS.
Informazioni di Base sull'Estensione
Nome | NOAA NWS Weather Forecast |
ID | aoeeadahepglhaccmlflogngkgakfenj |
URL Ufficiale | https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj |
Descrizione | Forecast and local weather provided by NOAA. |
Dimensione del File | 11.06 KB |
Conteggio Installazioni | 13,483 |
Versione Corrente | 3.0.1 |
Ultimo Aggiornamento | 2023-04-20 |
Data di Pubblicazione | 2018-10-29 |
Valutazione | 4.22/5 Totale 67 Valutazioni |
Sviluppatore | John Hollister |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NOAA NWS Weather Forecast", "version": "3.0.1", "manifest_version": 3, "description": "Forecast and local weather provided by NOAA.", "optional_host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "index.html", "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "88", "web_accessible_resources": [ { "resources": [ "index.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |