Motivation?

New tab extension inspired by the Motivation extension. Counts down not up.

Motivation?とは何ですか?

Motivation?はneilbediによって開発されたChromeの拡張機能で、その主な機能は「New tab extension inspired by the Motivation extension. Counts down not up.」です。

拡張機能のスクリーンショット

screenshot

Motivation?拡張機能のCRXファイルをダウンロード

Motivation?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. 

Counts down the years left to the billionth decimal place.                    

拡張機能の基本情報

名前 Motivation? Motivation?
ID kcngcjbgnnhcdgnaonkmjheanflddmpo
公式URL https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo
説明 New tab extension inspired by the Motivation extension. Counts down not up.
ファイルサイズ 116 KB
インストール数 124
現在のバージョン 0.2
最終更新日 2015-07-13
公開日 2015-07-13
評価 3.50/5 合計 6 レビュー
開発者 neilbedi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motivation?",
    "description": "New tab extension inspired by the Motivation extension. Counts down not up.",
    "version": "0.2",
    "permissions": [
        "activeTab",
        "http:\/\/gosset.wharton.upenn.edu\/",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}