NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

什么是NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast是由John Hollister开发的Chrome扩展程序,该扩展的主要功能是“Forecast and local weather provided by NOAA.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NOAA NWS Weather Forecast扩展crx文件

下载NOAA NWS Weather Forecast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
官方URL https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
简介 Forecast and local weather provided by NOAA.
文件大小 11.06 KB
安装次数 13,483
当前版本 3.0.1
更新时间 2023-04-20
上架时间 2018-10-29
评分 4.22/5 共67次评分
开发者 John Hollister
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}