Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Weather (forecast)とは何ですか?
Weather (forecast)はweartによって開発されたChromeの拡張機能で、その主な機能は「Best weather forecast extension for Chrome, simple and beautiful.」です。
拡張機能のスクリーンショット
Weather (forecast)拡張機能のCRXファイルをダウンロード
Weather (forecast)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Weather Forecast is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
拡張機能の基本情報
名前 | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
公式URL | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
説明 | Best weather forecast extension for Chrome, simple and beautiful. |
ファイルサイズ | 377 KB |
インストール数 | 1,000 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-06-07 |
公開日 | 2019-06-07 |
評価 | 3.70/5 合計 10 レビュー |
開発者 | weart |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |