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.

What is Life in Weeks - Checked?

Life in Weeks - Checked is a Chrome extension developed by Zack Xiang, and its main feature is "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".

Extension Screenshots

screenshot
screenshot

Download Life in Weeks - Checked Extension CRX File

Download Life in Weeks - Checked extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Life in Weeks - Checked Life in Weeks - Checked
ID jgblkkfckbdpcaeljnaihdjhekfdcdmo
Official URL https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo
Description This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
File Size 616 KB
Installation Count 566
Current Version 1.2.1
Last Updated 2024-02-12
Publish Date 2020-09-06
Rating 5.00/5 Total 4 Ratings
Developer Zack Xiang
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}