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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}