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.

O que é Pay the Piper?

Pay the Piper é uma extensão do Chrome desenvolvida por roufamatic, e sua principal característica é "Pay the Piper keeps you productive by making you "pay" to visit distracting sites. The cost? One completed task from your task list.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pay the Piper

Baixe arquivos de extensão Pay the Piper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Pay the Piper Pay the Piper
ID iiepcdnmdcdplpmckjlaefajphcbelcm
URL Oficial https://chrome.google.com/webstore/detail/pay-the-piper/iiepcdnmdcdplpmckjlaefajphcbelcm
Descrição Pay the Piper keeps you productive by making you "pay" to visit distracting sites. The cost? One completed task from your task list.
Tamanho do Arquivo 1.65 MB
Contagem de Instalações 44
Versão Atual 1.1.7.5
Última Atualização 2014-09-29
Data de Publicação 2014-09-29
Classificação 4.00/5 Total de 7 Avaliações
Desenvolvedor roufamatic
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}