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
公式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"
}