Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Simple Weather Forecast and Radarとは何ですか?
Simple Weather Forecast and Radarはjburnetteによって開発されたChromeの拡張機能で、その主な機能は「Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.」です。
拡張機能のスクリーンショット
Simple Weather Forecast and Radar拡張機能のCRXファイルをダウンロード
Simple Weather Forecast and Radar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
swfr is a quick, simple, lightweight weather extension. It sits in your toolbar and displays the current temperature. When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.
拡張機能の基本情報
名前 | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
公式URL | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
説明 | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
ファイルサイズ | 57.62 KB |
インストール数 | 487 |
現在のバージョン | 1.5 |
最終更新日 | 2018-08-13 |
公開日 | 2018-08-13 |
評価 | 3.39/5 合計 23 レビュー |
開発者 | jburnette |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather Forecast and Radar", "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.", "version": "1.5", "icons": { "128": "store_logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'", "permissions": [ "https:\/\/query.yahooapis.com\/", "https:\/\/sirocco.accuweather.com\/" ] } |