Motivation?

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

Apa itu Motivation??

Motivation? adalah ekstensi Chrome yang dikembangkan oleh neilbedi, dan fitur utamanya adalah "New tab extension inspired by the Motivation extension. Counts down not up.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Motivation?

Unduh file ekstensi Motivation? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Motivation? Motivation?
ID kcngcjbgnnhcdgnaonkmjheanflddmpo
URL Resmi https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo
Deskripsi New tab extension inspired by the Motivation extension. Counts down not up.
Ukuran File 116 KB
Jumlah Instalasi 124
Versi Saat Ini 0.2
Terakhir Diperbarui 2015-07-13
Tanggal Publikasi 2015-07-13
Penilaian 3.50/5 Total 6 Penilaian
Pengembang neilbedi
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}