Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
Cos'è Morbid Motivation?
Morbid Motivation è un'estensione di Chrome sviluppata da Jiapei Song, e la sua funzione principale è "Counts down in seconds to your projected death on every tab you open.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Morbid Motivation
Scarica i file di estensione Morbid Motivation 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
Enter your birthday and life expectancy. You will now see how much time you have left to live every time you open a new page. That number only counts downwards, so think about what you're typing into the address bar! Features: - changing the date settings at any time - changing the colors of the screen at any time - can count down every second, or ten times a second - data is saved with chrome; no need to re-enter data on a different computer Future features: - fetching life expectancy data from external sources based on country of residence
Informazioni di Base sull'Estensione
Nome | Morbid Motivation |
ID | kjpeibokdagajocicdijpeognkpccphj |
URL Ufficiale | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
Descrizione | Counts down in seconds to your projected death on every tab you open. |
Dimensione del File | 31.21 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2015-03-15 |
Data di Pubblicazione | 2015-03-15 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Jiapei Song |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "manifest_version": 2, "version": "0.1.0", "description": "__MSG_Description__", "chrome_url_overrides": { "newtab": "countdown.html" }, "offline_enabled": true, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "default_locale": "en" } |