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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roufamatic และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pay the Piper

ดาวน์โหลดไฟล์ส่วนขยาย Pay the Piper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}