Motivation?

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

Co je Motivation??

Motivation? je rozšíření Chrome vyvinuté neilbedi, a jeho hlavní funkcí je „New tab extension inspired by the Motivation extension. Counts down not up.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Motivation?

Stáhněte si soubory rozšíření Motivation? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Motivation? Motivation?
ID kcngcjbgnnhcdgnaonkmjheanflddmpo
Oficiální URL https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo
Popis New tab extension inspired by the Motivation extension. Counts down not up.
Velikost souboru 116 KB
Počet instalací 124
Aktuální Verze 0.2
Poslední Aktualizace 2015-07-13
Datum Vydání 2015-07-13
Hodnocení 3.50/5 Celkem 6 Hodnocení
Vývojář neilbedi
Typ Platby free
Podporované Jazyky 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"
    }
}