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.
Cos'è Life in Weeks - Checked?
Life in Weeks - Checked è un'estensione di Chrome sviluppata da Zack Xiang, e la sua funzione principale è "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Life in Weeks - Checked
Scarica i file di estensione Life in Weeks - Checked in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Life in Weeks - Checked |
ID | jgblkkfckbdpcaeljnaihdjhekfdcdmo |
URL Ufficiale | https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo |
Descrizione | This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite. |
Dimensione del File | 616 KB |
Conteggio Installazioni | 566 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2024-02-12 |
Data di Pubblicazione | 2020-09-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Zack Xiang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } ] } |