SoftBlock

Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.

SoftBlock란 무엇입니까?

SoftBlock은(는) https://bootstrapped.ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Increase your productivity by blocking access to a blacklist of websites while still allowing you to regain access when needed (during your break, for example), but only for a limited time.

This first version is really basic and created for my own needs.
Feel free to take a look at the source at https://github.com/BrechtVds/SoftBlock                    

확장 프로그램 기본 정보

이름 SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
공식 URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
설명 Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
파일 크기 49.83 KB
설치 횟수 28
현재 버전 1.1
최근 업데이트 2014-09-08
출시 날짜 2014-09-08
평점 4.00/5 총 3 개의 평점
개발자 https://bootstrapped.ventures
결제 유형 free
확장 프로그램 웹 사이트 http://bootstrapped.ventures/softblock-chrome-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoftBlock",
    "description": "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.",
    "version": "1.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/softblock.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "SoftBlock",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}