Morbid Motivation

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

什麼是Morbid Motivation?

Morbid Motivation是由Jiapei Song開發的Chrome擴展程式,該擴展的主要功能是“Counts down in seconds to your projected death on every tab you open.”。

擴展截圖

screenshot
screenshot
screenshot

下載Morbid Motivation擴展crx文件

下載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
官方網址 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"
}