World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
What is World Weather Forecast?
World Weather Forecast is a Chrome extension developed by Smart Software, and its main feature is "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".
Extension Screenshots
Download World Weather Forecast Extension CRX File
Download World Weather Forecast 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
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.
Extension Basic Information
Name | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
Official URL | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
Description | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
File Size | 34.77 KB |
Installation Count | 68,657 |
Current Version | 2.0.3.6 |
Last Updated | 2023-12-05 |
Publish Date | 2020-02-22 |
Rating | 4.58/5 Total 4261 Ratings |
Developer | Smart Software |
[email protected] | |
Payment Type | free |
Extension Website | https://weather.fullstacks.net/ |
Help Page URL | https://weather.fullstacks.net/ |
Privacy Policy Page URL | http://iblogbox.com/chrome/tos.php |
Supported Languages | 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" } |