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"
}
} | |