Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
What is Weather (forecast)?
Weather (forecast) is a Chrome extension developed by weart, and its main feature is "Best weather forecast extension for Chrome, simple and beautiful.".
Extension Screenshots
Download Weather (forecast) Extension CRX File
Download 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 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
Extension Basic Information
Name | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
Official URL | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
Description | Best weather forecast extension for Chrome, simple and beautiful. |
File Size | 377 KB |
Installation Count | 1,000 |
Current Version | 1.1.0 |
Last Updated | 2019-06-07 |
Publish Date | 2019-06-07 |
Rating | 3.70/5 Total 10 Ratings |
Developer | weart |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |