Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Qu'est-ce que Motivation? ?
Motivation? est une extension Chrome développée par neilbedi, et sa fonction principale est "New tab extension inspired by the Motivation extension. Counts down not up.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Motivation?
Téléchargez les fichiers d'extension Motivation? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
URL Officiel | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Description | New tab extension inspired by the Motivation extension. Counts down not up. |
Taille du Fichier | 116 KB |
Nombre d'Installations | 124 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-07-13 |
Date de Publication | 2015-07-13 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | neilbedi |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |