WUTemp
This extension shows the temperature of a Weather Underground station
什么是WUTemp?
WUTemp是由Engineered Musings开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the temperature of a Weather Underground station”。
下载WUTemp扩展crx文件
下载WUTemp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. 扩展基本信息
| 名称 | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| 官方URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| 简介 | This extension shows the temperature of a Weather Underground station |
| 文件大小 | 19.71 KB |
| 安装次数 | 48 |
| 当前版本 | 1.5 |
| 更新时间 | 2016-04-07 |
| 上架时间 | 2016-04-07 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | Engineered Musings |
| 付费类型 | free |
| 扩展官网 | http://engineeredmusings.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WUTemp",
"description": "This extension shows the temperature of a Weather Underground station",
"version": "1.5",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/stationdata.wunderground.com\/",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |