Procrastinator

Helps you stay focused on the web by blocking unnecessary destractions

Procrastinator란 무엇입니까?

Procrastinator은(는) https://www.benrowe.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you stay focused on the web by blocking unnecessary destractions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ** new - you can now customise the block page with your own url; either local file, or http url!

Find yourself getting easily distracted while completing tasks on the web? Procrastinator allows you to block websites you consider distracting to ensure you stay focused on your task.

Procrastinator is designed to quickly add the websites you deem a distraction, and it does the rest. You also control when the websites are blocked with a simple timespan.

This chrome extension will allow you to stay focused, and block yourself from distractions whilst you work.

Procrastinator gives you the control of which specific websites, or a sub-set of websites using it's simple pattern matching techniques. Or if you're a power user, you can use regular expressions to fine tune which url's are blocked.

Once you have defined your list of sites you want to block, you can also individually control the blocker for each website, or use a general time span to control all of the blocked websites.                    

확장 프로그램 기본 정보

이름 Procrastinator Procrastinator
ID enagjojfhclogmaemicdkkohjghgpodh
공식 URL https://chromewebstore.google.com/detail/procrastinator/enagjojfhclogmaemicdkkohjghgpodh
설명 Helps you stay focused on the web by blocking unnecessary destractions
파일 크기 107 KB
설치 횟수 3,206
현재 버전 1.1.0
최근 업데이트 2018-01-11
출시 날짜 2018-01-11
평점 3.22/5 총 45 개의 평점
개발자 https://www.benrowe.info
결제 유형 free
확장 프로그램 웹 사이트 http://benrowe.info/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastinator",
    "version": "1.1.0",
    "description": "Helps you stay focused on the web by blocking unnecessary destractions",
    "icons": {
        "16": "images\/remove_16.png",
        "32": "images\/remove_32.png",
        "48": "images\/remove_48.png"
    },
    "author": "Ben Rowe",
    "browser_action": {
        "default_icon": "images\/remove_16.png",
        "default_title": "Procrastinator",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}