Will I Be Glad I Did This?

Periodically reminds you not to waste time.

What is Will I Be Glad I Did This??

Will I Be Glad I Did This? is a Chrome extension developed by Alan deLespinasse, and its main feature is "Periodically reminds you not to waste time.".

Extension Screenshots

screenshot

Download Will I Be Glad I Did This? Extension CRX File

Download Will I Be Glad I Did This? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Will I Be Glad I Did This? Will I Be Glad I Did This?
ID fjpnnjlejnndklpicbpcplkklkobpefn
Official URL https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn
Description Periodically reminds you not to waste time.
File Size 4.16 KB
Installation Count 23
Current Version 1.000001
Last Updated 2022-07-13
Publish Date 2022-07-12
Rating 3.00/5 Total 1 Ratings
Developer Alan deLespinasse
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}