Forecast.io Weather
Simple, accurate weather forecast.
What is Forecast.io Weather?
Forecast.io Weather is a Chrome extension developed by https://sites.google.com/site/haroldmartin, and its main feature is "Simple, accurate weather forecast.".
Extension Screenshots
Download Forecast.io Weather Extension CRX File
Download Forecast.io 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
* Fast weekly weather forecast in popup. * Icon shows sunrise/sunset countdown. * If you want to know the current temperature, go outside. * Latest version fixes Celsius / Fahrenheit switching bug. Courtesy of http://Forecast.io https://github.com/hbmartin/chrome-forecast
Extension Basic Information
Name | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
Official URL | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Description | Simple, accurate weather forecast. |
File Size | 63.45 KB |
Installation Count | 240 |
Current Version | 2.2.1 |
Last Updated | 2015-04-15 |
Publish Date | 2015-04-14 |
Rating | 2.61/5 Total 18 Ratings |
Developer | https://sites.google.com/site/haroldmartin |
[email protected] | |
Payment Type | free |
Extension Website | http://forecast.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecast.io Weather", "version": "2.2.1", "description": "Simple, accurate weather forecast.", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "sun\/Time.js", "sun\/JulianDay.js", "sun\/SolarPosition.js", "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Forecast.io", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "alarms", "storage", "geolocation", "*:\/\/*.forecast.io\/*", "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*" ] } |