Morbid Motivation

Counts down in seconds to your projected death on every tab you open.

Was ist Morbid Motivation?

Morbid Motivation ist eine Chrome-Erweiterung, die von Jiapei Song entwickelt wurde, und ihr Hauptmerkmal ist "Counts down in seconds to your projected death on every tab you open.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Morbid Motivation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Morbid Motivation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Morbid Motivation Morbid Motivation
ID kjpeibokdagajocicdijpeognkpccphj
Offizielle URL https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj
Beschreibung Counts down in seconds to your projected death on every tab you open.
Dateigröße 31.21 KB
Installationsanzahl 102
Aktuelle Version 0.1.0
Letztes Update 2015-03-15
Veröffentlichungsdatum 2015-03-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Jiapei Song
Zahlungsart free
Unterstützte Sprachen 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"
}