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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Life in Weeks - Checked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [] } ] } |