Pay the Piper

Pay the Piper keeps you productive by making you "pay" to visit distracting sites. The cost? One completed task from your task list.

Pay the Piper란 무엇입니까?

Pay the Piper은(는) roufamatic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pay the Piper keeps you productive by making you "pay" to visit distracting sites. The cost? One completed task from your task list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pay the Piper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you have trouble remembering to look at your to do list? Ever go onto your computer to accomplish some small task, only to emerge hours later with the task still unfinished but a greater appreciation for cats than you ever dreamed possible? Do you ever wish you could just get a reminder to call the dentist BEFORE you started looking at pictures of your ex on Facebook?

If this sounds like you, then it's time to Pay the Piper!

Pay the Piper protects you from your own bad habits by keeping you away from sites you know are distracting and focusing you back on your task list. Like a web blocker, you decide what sites are distractions to you, and Pay the Piper prevents you from viewing them. Unlike those other blockers, Pay the Piper replaces the distraction with a task from your task list. Completing any of your tasks grants you a few minutes to browse the distracting site. Hey, you've earned it!

Pay the Piper was built to augment the power of the todo.txt system and its Android/iOS apps. If you are a todo.txt user and your files are stored on Dropbox, Pay the Piper can use that task list as its source. But don't worry if you don't store your tasks there -- you can also create your own list inside of Chrome. Thanks to the power of Google Chrome Sync, all of your logged in Chrome browsers will share the same task list.

"I got things done this weekend that I didn't think I would have!" Jessie Rymph, founder, Works Progress Seattle                    

확장 프로그램 기본 정보

이름 Pay the Piper Pay the Piper
ID iiepcdnmdcdplpmckjlaefajphcbelcm
공식 URL https://chrome.google.com/webstore/detail/pay-the-piper/iiepcdnmdcdplpmckjlaefajphcbelcm
설명 Pay the Piper keeps you productive by making you "pay" to visit distracting sites. The cost? One completed task from your task list.
파일 크기 1.65 MB
설치 횟수 44
현재 버전 1.1.7.5
최근 업데이트 2014-09-29
출시 날짜 2014-09-29
평점 4.00/5 총 7 개의 평점
개발자 roufamatic
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pay the Piper",
    "description": "Pay the Piper keeps you productive by making you \"pay\" to visit distracting sites. The cost? One completed task from your task list.",
    "version": "1.1.7.5",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwsSsh2C6Xt6VezgYfikaYirQYF4rfPTUnrNv6mngJws81vidCspo92tLYJY9njNJeLIGg8Us\/6Lhon9DY7sMGlgFxRo1TS+3mt5hm\/1Yrq9haUWyfA8p57uf0pDAV1seOdmwdnJzl04JCTYiZqjRzyoabhZo\/64iSQoOJRth+8OH5Qwk9mSVKjMLrrGcIM0sbDqJaz1InngzOFB6M81P41HJ8\/6xUSt9x75ZrY0+TMvvGVY46VyfcQHdeODLW+kpZMnLffp1WuTRBNQ3OJPb3guSx\/leZ5EBB5VbjTDjWrcB0CL66E9wcYFyfUclLbsH\/zH1UKydkmsvCMkxXJ7sLwIDAQAB",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/logo48.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "html\/backgroundPage.html"
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "html\/thwart.html",
        "html\/dropbox_chrome_oauth_receiver.html"
    ],
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    }
}