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.”。
擴展截圖
下載Life in Weeks - Checked擴展crx文件
下載Life in Weeks - Checked擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | jgblkkfckbdpcaeljnaihdjhekfdcdmo | 
| 官方網址 | 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": []
        }
    ]
}  |  |