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 là gì?

Life in Weeks - Checked là một tiện ích mở rộng Chrome được phát triển bởi Zack Xiang, và tính năng chính của nó là "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Life in Weeks - Checked

Tải xuống các tệp mở rộng Life in Weeks - Checked dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Life in Weeks - Checked Life in Weeks - Checked
ID jgblkkfckbdpcaeljnaihdjhekfdcdmo
URL Chính Thức https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo
Mô tả This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
Kích Thước Tệp 616 KB
Số Lần Cài Đặt 566
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2020-09-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zack Xiang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}