Morbid Motivation
Counts down in seconds to your projected death on every tab you open.
Qu'est-ce que Morbid Motivation ?
Morbid Motivation est une extension Chrome développée par Jiapei Song, et sa fonction principale est "Counts down in seconds to your projected death on every tab you open.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Morbid Motivation
Téléchargez les fichiers d'extension Morbid Motivation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Morbid Motivation |
ID | kjpeibokdagajocicdijpeognkpccphj |
URL Officiel | https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj |
Description | Counts down in seconds to your projected death on every tab you open. |
Taille du Fichier | 31.21 KB |
Nombre d'Installations | 102 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-03-15 |
Date de Publication | 2015-03-15 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Jiapei Song |
Type de Paiement | free |
Langues Prises en Charge | 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" } |