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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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