Wait But Why Life Calendar
A New Tab extension that shows you how much of your life you've lived.
Cos'è Wait But Why Life Calendar?
Wait But Why Life Calendar è un'estensione di Chrome sviluppata da Anthony Greco, e la sua funzione principale è "A New Tab extension that shows you how much of your life you've lived.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wait But Why Life Calendar
Scarica i file di estensione Wait But Why Life Calendar 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
Transforms your New Tab page into a customizable visualization of the Wait But Why life calendar.
Personalize your experience by setting your birthday, expected life expectancy, and creating your own custom themes. Informazioni di Base sull'Estensione
| Nome | |
| ID | balofnakdmjkblbagimhljnknfgnlpoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/wait-but-why-life-calenda/balofnakdmjkblbagimhljnknfgnlpoh |
| Descrizione | A New Tab extension that shows you how much of your life you've lived. |
| Dimensione del File | 1.46 MB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.04 |
| Ultimo Aggiornamento | 2023-05-13 |
| Data di Pubblicazione | 2021-05-08 |
| Sviluppatore | Anthony Greco |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/anthfgreco/wait-but-why-life-calendar |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wait But Why Life Calendar",
"version": "1.04",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"description": "A New Tab extension that shows you how much of your life you've lived.",
"author": "[email protected]"
} | |