应用简介
实时天气预报,数据来源http://www.weather.com.cn/这是一个显示"当前实时气温" 和 "3天天气预报"的插件在插件栏显示当前温度和天气图标显示当前实时温度,风力,风向,湿度,着装出行提示显示未来两天温度自定义城市,温度更新频率设置中可关闭广告(天气数据来源weather.com.cn)
配置文件
Code
1 | {"update_url":"http:\/\/clients2.google.com\/service\/update2\/crx","name":"\u5b9e\u65f6\u5929\u6c14\u9884\u62a5(RTWeather)","version":"2.1","manifest_version":2,"description":"\u5b9e\u65f6\u5929\u6c14\u9884\u62a5,\u6570\u636e\u6765\u6e90http:\/\/www.weather.com.cn\/","icons":{"48":"main.png"},"background":{"page":"bg.html"},"browser_action":{"default_icon":"main.png","default_title":"test","default_popup":"index.html"},"options_page":"options.html","permissions":["storage","http:\/\/www.weather.com.cn\/","http:\/\/m.weather.com.cn\/","http:\/\/weather.ui321.com\/"],"content_security_policy":"script-src 'self'; object-src 'self'"} |