NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

What is NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast is a Chrome extension developed by John Hollister, and its main feature is "Forecast and local weather provided by NOAA.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download NOAA NWS Weather Forecast Extension CRX File

Download NOAA NWS Weather Forecast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
Official URL https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Description Forecast and local weather provided by NOAA.
File Size 11.06 KB
Installation Count 13,483
Current Version 3.0.1
Last Updated 2023-04-20
Publish Date 2018-10-29
Rating 4.22/5 Total 67 Ratings
Developer John Hollister
Email [email protected]
Payment Type free
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}