Sweater Weather
Checks the weather at your current location and recommends what to wear based on the conditions outside.
什么是Sweater Weather?
Sweater Weather是由Michelle Chiang & Aaron Shi开发的Chrome扩展程序,该扩展的主要功能是“Checks the weather at your current location and recommends what to wear based on the conditions outside.”。
扩展截图
下载Sweater Weather扩展crx文件
下载Sweater Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever have trouble dressing for the weather? Sweater Weather is a popup that displays the weather conditions at your current location and makes clothing recommendations. It's convenient: anytime you want to see how the weather is outside, click on the Sweater Weather icon and weather information, along with what you should wear, will appear in a non-disruptive popup. 扩展基本信息
| 名称 | |
| ID | nblbbjihpoiegibpakhoignokojgoikh |
| 官方URL | https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh |
| 简介 | Checks the weather at your current location and recommends what to wear based on the conditions outside. |
| 文件大小 | 97.36 KB |
| 安装次数 | 206 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-04-25 |
| 上架时间 | 2017-04-24 |
| 评分 | 3.80/5 共10次评分 |
| 开发者 | Michelle Chiang & Aaron Shi |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sweater Weather",
"description": "Checks the weather at your current location and recommends what to wear based on the conditions outside.",
"version": "1.1",
"icons": {
"128": "icon128.png"
},
"permissions": [
"geolocation"
],
"browser_action": {
"default_title": "Check the weather!",
"default_popup": "popup.html"
}
} | |