Block Reddit

Reminds you to get off Reddit.

Block Reddit란 무엇입니까?

Block Reddit은(는) CS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you to get off Reddit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded.

You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.                    

확장 프로그램 기본 정보

이름 Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
공식 URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
설명 Reminds you to get off Reddit.
파일 크기 51.68 KB
설치 횟수 988
현재 버전 1.0.3
최근 업데이트 2014-12-18
출시 날짜 2014-12-18
평점 2.80/5 총 15 개의 평점
개발자 CS
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Reddit",
    "version": "1.0.3",
    "description": "Reminds you to get off Reddit.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "pear.png",
        "48": "pear.png",
        "128": "pear.png"
    },
    "page_action": {
        "default_icon": {
            "19": "pear.png",
            "38": "pear.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*",
        "storage"
    ]
}