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.
Qu'est-ce que Life in Weeks - Checked ?
Life in Weeks - Checked est une extension Chrome développée par Zack Xiang, et sa fonction principale est "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Life in Weeks - Checked
Téléchargez les fichiers d'extension Life in Weeks - Checked au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Life in Weeks - Checked |
ID | jgblkkfckbdpcaeljnaihdjhekfdcdmo |
URL Officiel | https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo |
Description | This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite. |
Taille du Fichier | 616 KB |
Nombre d'Installations | 566 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2024-02-12 |
Date de Publication | 2020-09-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Zack Xiang |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } ] } |