NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

NOAA NWS Weather Forecastคืออะไร?

NOAA NWS Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Hollister และคุณลักษณะหลักของมันคือ "Forecast and local weather provided by NOAA."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NOAA NWS Weather Forecast

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}