Delayed Gratification
A quick and easy cure for Endless Scrolling Syndrome.
O que é Delayed Gratification?
Delayed Gratification é uma extensão do Chrome desenvolvida por delayedgratificationapp, e sua principal característica é "A quick and easy cure for Endless Scrolling Syndrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Delayed Gratification
Baixe arquivos de extensão Delayed Gratification 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
Every time you tab into a time-eating website, Delayed Gratification gives you 15 seconds to make sure you actually wanted to do that. Because, let's face it, it's mostly just muscle memory at this point. Click on the hourglass icon in your browser to add "bad websites" and update your time settings. NOTE: Delayed Gratification is currently in beta. Please contact [email protected] with any bugs or suggestions.
Informações Básicas da Extensão
Nome | Delayed Gratification |
ID | ifhndomfnbmggdgodaicfebeggdphlcn |
URL Oficial | https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn |
Descrição | A quick and easy cure for Endless Scrolling Syndrome. |
Tamanho do Arquivo | 55.97 KB |
Contagem de Instalações | 8,659 |
Versão Atual | 0.0.5 |
Última Atualização | 2017-01-09 |
Data de Publicação | 2017-01-09 |
Classificação | 4.83/5 Total de 58 Avaliações |
Desenvolvedor | delayedgratificationapp |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delayed Gratification", "description": "A quick and easy cure for Endless Scrolling Syndrome.", "options_page": "settings.html", "version": "0.0.5", "permissions": [ "storage", "tabs" ], "background": { "page": "background_page.html", "js": [ "jquery-2.2.0.min.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |