Weather

Simply stunning weather app for your blank tabs. Watch the weather !

Weather란 무엇입니까?

Weather은(는) jkrivda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply stunning weather app for your blank tabs. Watch the weather !"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.                    

확장 프로그램 기본 정보

이름 Weather Weather
ID ldaehkabacdcppmcdlebjjhbibhobmdn
공식 URL https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn
설명 Simply stunning weather app for your blank tabs. Watch the weather !
파일 크기 1.16 MB
설치 횟수 472
현재 버전 0.2
최근 업데이트 2015-09-22
출시 날짜 2015-09-22
평점 2.50/5 총 2 개의 평점
개발자 jkrivda
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather",
    "short_name": "Weather for your blank tab",
    "description": "Simply stunning weather app for your blank tabs. Watch the weather !",
    "version": "0.2",
    "permissions": [
        "history",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/index.js",
            "js\/modernizr.js",
            "js\/prefixfree.min.js"
        ]
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/;  default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/   object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}