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?是由Alan deLespinasse開發的Chrome擴展程式,該擴展的主要功能是“Periodically reminds you not to waste time.”。

擴展截圖

screenshot

下載Will I Be Glad I Did This?擴展crx文件

下載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
官方網址 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"
    ]
}