NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

Wat is NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast is een Chrome-extensie ontwikkeld door John Hollister, en de belangrijkste functie is "Forecast and local weather provided by NOAA.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NOAA NWS Weather Forecast

Download NOAA NWS Weather Forecast-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

                        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.                    

Basisinformatie over de Extensie

Naam NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
Officiële URL https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Beschrijving Forecast and local weather provided by NOAA.
Bestandsgrootte 11.06 KB
Aantal Installaties 13,483
Huidige Versie 3.0.1
Laatst Bijgewerkt 2023-04-20
Publicatiedatum 2018-10-29
Beoordeling 4.22/5 Totaal 67 Beoordelingen
Ontwikkelaar John Hollister
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}