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
扩展基本信息
名称 | 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": [] } ] } |