NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

Was ist NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast ist eine Chrome-Erweiterung, die von John Hollister entwickelt wurde, und ihr Hauptmerkmal ist "Forecast and local weather provided by NOAA.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

NOAA NWS Weather Forecast-Erweiterungs-CRX-Datei herunterladen

Laden Sie NOAA NWS Weather Forecast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
Offizielle URL https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Beschreibung Forecast and local weather provided by NOAA.
Dateigröße 11.06 KB
Installationsanzahl 13,483
Aktuelle Version 3.0.1
Letztes Update 2023-04-20
Veröffentlichungsdatum 2018-10-29
Bewertung 4.22/5 Insgesamt 67 Bewertungen
Entwickler John Hollister
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}