Check Weather

Weather forecast for current city and location of current visited website.

Check Weather란 무엇입니까?

Check Weather은(는) anajeftovic1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weather forecast for current city and location of current visited website."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Check Weather extension is the perfect tool for getting weather information. It provides current weather conditions and seven days forecast based on Your location. Also, You will get weather info for location of website You are visiting. You don't have to wait for weather information anymore, just click on button and You will get all necessary information.                    

확장 프로그램 기본 정보

이름 Check Weather Check Weather
ID jeboiehfeffphnnfahahdkaejhhafehm
공식 URL https://chrome.google.com/webstore/detail/check-weather/jeboiehfeffphnnfahahdkaejhhafehm
설명 Weather forecast for current city and location of current visited website.
파일 크기 57.01 KB
설치 횟수 1,544
현재 버전 0.0.0.3
최근 업데이트 2018-03-12
출시 날짜 2018-03-12
평점 3.17/5 총 6 개의 평점
개발자 anajeftovic1
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Weather",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Weather forecast for current city and location of current visited website.",
    "browser_action": {
        "default_icon": {
            "38": "img\/image38.png"
        },
        "default_title": "Check Weather",
        "default_popup": "src\/forecast.html"
    },
    "icons": {
        "38": "img\/image38.png",
        "48": "img\/image48.png",
        "64": "img\/image64.png",
        "96": "img\/image96.png",
        "128": "img\/image128.png"
    },
    "permissions": [
        "",
        "tabs"
    ]
}