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