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."입니다.

확장 프로그램 스크린샷

screenshot

Sweater Weather 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Sweater Weather Sweater Weather
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"
    }
}