天气预报
查看未来两周的天气情况
What is 天气预报?
天气预报 is a Chrome extension developed by hweiningchiang, and its main feature is "查看未来两周的天气情况".
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
HoloWeather 一个简单的天气预报插件 API来自yahoo!weather
Extension Basic Information
Name | 天气预报 |
ID | bdolnlbmgphllolcnejcdbimbgbeehbc |
Official URL | https://chromewebstore.google.com/detail/%E5%A4%A9%E6%B0%94%E9%A2%84%E6%8A%A5/bdolnlbmgphllolcnejcdbimbgbeehbc |
Description | 查看未来两周的天气情况 |
File Size | 18.84 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2015-07-06 |
Publish Date | 2015-07-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hweiningchiang |
Payment Type | free |
Extension Website | http://hweining.net |
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.0", "description": "\u67e5\u770b\u672a\u6765\u4e24\u5468\u7684\u5929\u6c14\u60c5\u51b5", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "128": "images\/icon128.png" }, "default_title": "\u5929\u6c14\u9884\u62a5", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "http:\/\/api.openweathermap.org\/data\/2.5\/forecast?q=*" ] } |