Life Calendar
Remainder of your life in weeks
Cos'è Life Calendar?
Life Calendar è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Remainder of your life in weeks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Life Calendar
Scarica i file di estensione 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
Inspired by Tim Urban's Ted Talk [https://www.youtube.com/watch?v=arj7oStGLkU], this extension will show you how many weeks you have left to live. Each box equals one week.
Informazioni di Base sull'Estensione
Nome | Life Calendar |
ID | ehkopmgbaklbnbdlhmaddkddjbhnkajo |
URL Ufficiale | https://chromewebstore.google.com/detail/life-calendar/ehkopmgbaklbnbdlhmaddkddjbhnkajo |
Descrizione | Remainder of your life in weeks |
Dimensione del File | 56.38 KB |
Conteggio Installazioni | 239 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-09-25 |
Data di Pubblicazione | 2018-09-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar", "version": "1.0", "description": "Remainder of your life in weeks", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |