Will I Be Glad I Did This?
Periodically reminds you not to waste time.
O que é Will I Be Glad I Did This??
Will I Be Glad I Did This? é uma extensão do Chrome desenvolvida por Alan deLespinasse, e sua principal característica é "Periodically reminds you not to waste time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Will I Be Glad I Did This?
Baixe arquivos de extensão Will I Be Glad I Did This? 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
The simplest productivity aid software ever created. Every 20 minutes, it shows a notification that says "WIBGIDT?" and "Think." "WIBGIDT" stands for "Will I be glad I did this?". Helps you focus and avoid procrastination. Useful for people with ADHD and concentration issues. Sometimes if you're doing something else when you should be working, all you need is a gentle reminder. You can't adjust the time interval. You can't adjust the message. It's as simple as it can possibly be.
Informações Básicas da Extensão
Nome | Will I Be Glad I Did This? |
ID | fjpnnjlejnndklpicbpcplkklkobpefn |
URL Oficial | https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn |
Descrição | Periodically reminds you not to waste time. |
Tamanho do Arquivo | 4.16 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.000001 |
Última Atualização | 2022-07-13 |
Data de Publicação | 2022-07-12 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | Alan deLespinasse |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Will I Be Glad I Did This?", "description": "Periodically reminds you not to waste time.", "version": "1.000001", "author": "Alan deLespinasse", "homepage_url": "https:\/\/github.com\/adelespinasse\/wibgidt", "icons": { "32": "pa32trans.png" }, "background": { "service_worker": "service.js" }, "permissions": [ "alarms", "notifications" ] } |