Bleak

The weather can always get worse

Bleak란 무엇입니까?

Bleak은(는) craig hooper and jp guevremont에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The weather can always get worse"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Bleak° is an extension that displays your local weather when opening new tabs. And because the weather can always get worse, there's a less than inspirational message to help you on your way.

Bleak° knows where you are automatically but you can set your location manually by clicking on the city name.                    

확장 프로그램 기본 정보

이름 Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
공식 URL https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
설명 The weather can always get worse
파일 크기 377 KB
설치 횟수 427
현재 버전 0.84
최근 업데이트 2018-01-25
출시 날짜 2018-01-25
평점 4.40/5 총 20 개의 평점
개발자 craig hooper and jp guevremont
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bleak",
    "short_name": "Bleak tab page",
    "description": "The weather can always get worse",
    "version": "0.84",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "static\/img\/icon_sml.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "icons": {
        "16": "static\/img\/icon16.png",
        "32": "static\/img\/icon32.png",
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/use.typekit.net; object-src 'self'",
    "permissions": [
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking",
        "geolocation"
    ]
}