Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Hvad er Motivation??
Motivation? er en Chrome-udvidelse udviklet af neilbedi, og dens hovedfunktion er "New tab extension inspired by the Motivation extension. Counts down not up.".
Udvidelsesskærmbilleder
Download Motivation?-udvidelses-CRX-fil
Download Motivation?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Officiel URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Beskrivelse | New tab extension inspired by the Motivation extension. Counts down not up. |
Filstørrelse | 116 KB |
Antal Installationer | 124 |
Nuværende Version | 0.2 |
Senest Opdateret | 2015-07-13 |
Udgivelsesdato | 2015-07-13 |
Bedømmelse | 3.50/5 Samlet 6 Bedømmelser |
Udvikler | neilbedi |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |