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 |
Eメール | [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": [] } ] } |