Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
Wat is Morbid Motivation?
Morbid Motivation is een Chrome-extensie ontwikkeld door Jiapei Song, en de belangrijkste functie is "Counts down in seconds to your projected death on every tab you open.".
Extensie Screenshots
Download het CRX-bestand van de extensie Morbid Motivation
Download Morbid Motivation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Morbid Motivation |
ID | kjpeibokdagajocicdijpeognkpccphj |
Officiële URL | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
Beschrijving | Counts down in seconds to your projected death on every tab you open. |
Bestandsgrootte | 31.21 KB |
Aantal Installaties | 102 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-03-15 |
Publicatiedatum | 2015-03-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jiapei Song |
Betalingswijze | free |
Ondersteunde Talen | 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" } |