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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}