天气预报
一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。
What is 天气预报?
天气预报 is a Chrome extension developed by http://www.zeakhold.com, and its main feature is "一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。".
Extension Screenshots
Download 天气预报 Extension CRX File
Download 天气预报 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
练手项目,目前支持国内城市天气预报。
Extension Basic Information
Name | |
ID | coconclcbdjgdligkbpibhddiclghjoj |
Official URL | https://chrome.google.com/webstore/detail/%E5%A4%A9%E6%B0%94%E9%A2%84%E6%8A%A5/coconclcbdjgdligkbpibhddiclghjoj |
Description | 一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。 |
File Size | 167 KB |
Installation Count | 185 |
Current Version | 1.4.0 |
Last Updated | 2019-05-08 |
Publish Date | 2019-05-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.zeakhold.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5929\u6c14\u9884\u62a5", "version": "1.4.0", "description": "\u4e00\u6b3eChrome\u5929\u6c14\u9884\u62a5\u63d2\u4ef6\uff0c\u63d0\u4f9b\u516d\u5929\u5929\u6c14\u9884\u62a5(\u5305\u62ec\u6628\u5929)\uff0c\u663e\u793a\u5929\u6c14\u3001\u6e29\u5ea6\u3001\u98ce\u901f\u53ca\u5f53\u5929\u7a7a\u6c14\u8d28\u91cf\u7b49\u4fe1\u606f\u3002", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "\u5929\u6c14\u9884\u62a5", "default_popup": "popup.html" }, "permissions": [ "http:\/\/node.zeakhold.com\/*" ] } |