Will I Be Glad I Did This?

Periodically reminds you not to waste time.

Что такое Will I Be Glad I Did This??

Will I Be Glad I Did This? - это расширение Chrome, разработанное Alan deLespinasse, и его основная функция - "Periodically reminds you not to waste time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Will I Be Glad I Did This?

Скачайте файлы расширений Will I Be Glad I Did This? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Will I Be Glad I Did This? Will I Be Glad I Did This?
ID fjpnnjlejnndklpicbpcplkklkobpefn
Официальный URL https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn
Описание Periodically reminds you not to waste time.
Размер файла 4.16 KB
Количество установок 23
Текущая Версия 1.000001
Последнее Обновление 2022-07-13
Дата публикации 2022-07-12
Рейтинг 3.00/5 Всего 1 оценок
Разработчик Alan deLespinasse
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}