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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}