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
Eメール [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"
    ]
}