Forecast.io Weather
Simple, accurate weather forecast.
什么是Forecast.io Weather?
Forecast.io Weather是由https://sites.google.com/site/haroldmartin开发的Chrome扩展程序,该扩展的主要功能是“Simple, accurate weather forecast.”。
扩展截图
下载Forecast.io Weather扩展crx文件
下载Forecast.io Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* 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
扩展基本信息
名称 | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
官方URL | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
简介 | Simple, accurate weather forecast. |
文件大小 | 63.45 KB |
安装次数 | 240 |
当前版本 | 2.2.1 |
更新时间 | 2015-04-15 |
上架时间 | 2015-04-14 |
评分 | 2.61/5 共18次评分 |
开发者 | https://sites.google.com/site/haroldmartin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://forecast.io |
支持的语言 | 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\/*" ] } |