Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Wat is Motivation??
Motivation? is een Chrome-extensie ontwikkeld door neilbedi, en de belangrijkste functie is "New tab extension inspired by the Motivation extension. Counts down not up.".
Extensie Screenshots
Download het CRX-bestand van de extensie Motivation?
Download Motivation?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Officiële URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Beschrijving | New tab extension inspired by the Motivation extension. Counts down not up. |
Bestandsgrootte | 116 KB |
Aantal Installaties | 124 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-07-13 |
Publicatiedatum | 2015-07-13 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | neilbedi |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |