World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
World Weather Forecastとは何ですか?
World Weather ForecastはSmart Softwareによって開発されたChromeの拡張機能で、その主な機能は「Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.」です。
拡張機能のスクリーンショット
World Weather Forecast拡張機能のCRXファイルをダウンロード
World Weather Forecast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Weather forecast & current weather worldwide in Fahrenheit or Celsius. Explore world weather maps to view meteorological conditions all across the world. Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.
拡張機能の基本情報
名前 | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
公式URL | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
説明 | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
ファイルサイズ | 34.77 KB |
インストール数 | 68,657 |
現在のバージョン | 2.0.3.6 |
最終更新日 | 2023-12-05 |
公開日 | 2020-02-22 |
評価 | 4.58/5 合計 4261 レビュー |
開発者 | Smart Software |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://weather.fullstacks.net/ |
ヘルプページのURL | https://weather.fullstacks.net/ |
プライバシーポリシーページのURL | http://iblogbox.com/chrome/tos.php |
対応言語 | en |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "2.0.3.6" } |