World Weather
5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…
What is World Weather?
World Weather is a Chrome extension developed by https://oplao.com, and its main feature is "5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…".
Extension Screenshots
Download World Weather Extension CRX File
Download World Weather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | jbjeihiakbjchgaehgcilindlghfffnb |
| Official URL | https://chromewebstore.google.com/detail/world-weather/jbjeihiakbjchgaehgcilindlghfffnb |
| Description | 5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed… |
| File Size | 1.02 MB |
| Installation Count | 7,529 |
| Current Version | 2 |
| Last Updated | 2021-07-22 |
| Publish Date | 2019-03-08 |
| Rating | 4.47/5 Total 592 Ratings |
| Developer | https://oplao.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://worldweatheronline.com |
| Help Page URL | https://www.worldweatheronline.com/contact.aspx |
| Privacy Policy Page URL | https://www.worldweatheronline.com/privacy-policy.aspx |
| Supported Languages | 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'"
} | |