Will I Be Glad I Did This?

Periodically reminds you not to waste time.

Will I Be Glad I Did This? là gì?

Will I Be Glad I Did This? là một tiện ích mở rộng Chrome được phát triển bởi Alan deLespinasse, và tính năng chính của nó là "Periodically reminds you not to waste time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Will I Be Glad I Did This?

Tải xuống các tệp mở rộng Will I Be Glad I Did This? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Will I Be Glad I Did This? Will I Be Glad I Did This?
ID fjpnnjlejnndklpicbpcplkklkobpefn
URL Chính Thức https://chromewebstore.google.com/detail/will-i-be-glad-i-did-this/fjpnnjlejnndklpicbpcplkklkobpefn
Mô tả Periodically reminds you not to waste time.
Kích Thước Tệp 4.16 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.000001
Cập Nhật Lần Cuối 2022-07-13
Ngày Phát Hành 2022-07-12
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alan deLespinasse
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}