NOAA NWS Weather Forecast
Forecast and local weather provided by NOAA.
NOAA NWS Weather Forecast là gì?
NOAA NWS Weather Forecast là một tiện ích mở rộng Chrome được phát triển bởi John Hollister, và tính năng chính của nó là "Forecast and local weather provided by NOAA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NOAA NWS Weather Forecast
Tải xuống các tệp mở rộng NOAA NWS Weather Forecast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NOAA NWS Weather Forecast |
ID | aoeeadahepglhaccmlflogngkgakfenj |
URL Chính Thức | https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj |
Mô tả | Forecast and local weather provided by NOAA. |
Kích Thước Tệp | 11.06 KB |
Số Lần Cài Đặt | 13,483 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2023-04-20 |
Ngày Phát Hành | 2018-10-29 |
Đánh Giá | 4.22/5 Tổng số 67 Đánh Giá |
Nhà Phát Triển | John Hollister |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |