Motivation?

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

Vad är Motivation??

Motivation? är en Chrome-tillägg utvecklad av neilbedi, och dess huvudfunktion är "New tab extension inspired by the Motivation extension. Counts down not up.".

Tilläggsskärmbilder

screenshot

Ladda ner Motivation?-förlängningens CRX-fil

Ladda ner Motivation?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Motivation? Motivation?
ID kcngcjbgnnhcdgnaonkmjheanflddmpo
Officiell webbadress https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo
Beskrivning New tab extension inspired by the Motivation extension. Counts down not up.
Filstorlek 116 KB
Antal Installationer 124
Aktuell Version 0.2
Senast Uppdaterad 2015-07-13
Publiceringsdatum 2015-07-13
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare neilbedi
Betalningssätt free
Stödda Språk 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"
    }
}