Life in Weeks - Checked

This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.

Life in Weeks - Checked란 무엇입니까?

Life in Weeks - Checked은(는) Zack Xiang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Life in Weeks - Checked 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Life in Weeks - Checked displays a visualisation in which every box represents a week of your life. At a specific time every week, you are reminded to check off the next box to start the new week.

What's new:
- Fixed a bug where the option page would open on Chrome update                    

확장 프로그램 기본 정보

이름 Life in Weeks - Checked Life in Weeks - Checked
ID jgblkkfckbdpcaeljnaihdjhekfdcdmo
공식 URL https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo
설명 This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
파일 크기 616 KB
설치 횟수 566
현재 버전 1.2.1
최근 업데이트 2024-02-12
출시 날짜 2020-09-06
평점 5.00/5 총 4 개의 평점
개발자 Zack Xiang
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "Life in Weeks - Checked",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}