World Weather
5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…
World Weatherとは何ですか?
World Weatherはhttps://oplao.comによって開発されたChromeの拡張機能で、その主な機能は「5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…」です。
拡張機能のスクリーンショット
World Weather拡張機能のCRXファイルをダウンロード
World Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed forecast, 3 day forecast, fast locations change button (up to 7 locations).
Oplao.com website is no more served. App is now weather-outlook.com
Extension features:
-status bar current condition icon
-accurate forecast
-local and worldwide weather forecast
-detailed forecast
-multi location forecast
-native language location search
-c-f,m/s-mph,Hpa-torr preferences.
-en-ru version
- 7 day forecast, hourly forecast, 3d forecast links
Oplao.com website is no more served. App is now weather-outlook.com
Professional Weather Forecast provided by Worldweatheronline.com 拡張機能の基本情報
| 名前 | |
| ID | jbjeihiakbjchgaehgcilindlghfffnb |
| 公式URL | https://chromewebstore.google.com/detail/world-weather/jbjeihiakbjchgaehgcilindlghfffnb |
| 説明 | 5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed… |
| ファイルサイズ | 1.02 MB |
| インストール数 | 7,529 |
| 現在のバージョン | 2 |
| 最終更新日 | 2021-07-22 |
| 公開日 | 2019-03-08 |
| 評価 | 4.47/5 合計 592 レビュー |
| 開発者 | https://oplao.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://worldweatheronline.com |
| ヘルプページのURL | https://www.worldweatheronline.com/contact.aspx |
| プライバシーポリシーページのURL | https://www.worldweatheronline.com/privacy-policy.aspx |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Weather",
"version": "2",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo.png",
"default_title": "WorldWeatherOnline"
},
"content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
} | |