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