Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Weather (forecast)란 무엇입니까?

Weather (forecast)은(는) weart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best weather forecast extension for Chrome, simple and beautiful."입니다.

확장 프로그램 스크린샷

screenshot

Weather (forecast) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Weather Forecast is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

확장 프로그램 기본 정보

이름 Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
공식 URL https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
설명 Best weather forecast extension for Chrome, simple and beautiful.
파일 크기 377 KB
설치 횟수 1,000
현재 버전 1.1.0
최근 업데이트 2019-06-07
출시 날짜 2019-06-07
평점 3.70/5 총 10 개의 평점
개발자 weart
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}