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 |
| 官方網址 | 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"
}
} | |