Will I Be Glad I Did This?

Periodically reminds you not to waste time.

Vad är Will I Be Glad I Did This??

Will I Be Glad I Did This? är en Chrome-tillägg utvecklad av Alan deLespinasse, och dess huvudfunktion är "Periodically reminds you not to waste time.".

Tilläggsskärmbilder

screenshot

Ladda ner Will I Be Glad I Did This?-förlängningens CRX-fil

Ladda ner Will I Be Glad I Did This?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Will I Be Glad I Did This? Will I Be Glad I Did This?
ID fjpnnjlejnndklpicbpcplkklkobpefn
Officiell webbadress https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn
Beskrivning Periodically reminds you not to waste time.
Filstorlek 4.16 KB
Antal Installationer 23
Aktuell Version 1.000001
Senast Uppdaterad 2022-07-13
Publiceringsdatum 2022-07-12
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Alan deLespinasse
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}