Morbid Motivation

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

Что такое Morbid Motivation?

Morbid Motivation - это расширение Chrome, разработанное Jiapei Song, и его основная функция - "Counts down in seconds to your projected death on every tab you open.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Morbid Motivation

Скачайте файлы расширений Morbid Motivation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Morbid Motivation Morbid Motivation
ID kjpeibokdagajocicdijpeognkpccphj
Официальный URL https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj
Описание Counts down in seconds to your projected death on every tab you open.
Размер файла 31.21 KB
Количество установок 102
Текущая Версия 0.1.0
Последнее Обновление 2015-03-15
Дата публикации 2015-03-15
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Jiapei Song
Тип оплаты free
Поддерживаемые языки 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"
}