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.”。
擴展截圖
下載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 |
ID | aoeeadahepglhaccmlflogngkgakfenj |
官方網址 | 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": [ "*:\/\/*\/*" ] } ] } |