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 |
公式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 |
Eメール | [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": [ "*:\/\/*\/*" ] } ] } |