Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Was ist Motivation??
Motivation? ist eine Chrome-Erweiterung, die von neilbedi entwickelt wurde, und ihr Hauptmerkmal ist "New tab extension inspired by the Motivation extension. Counts down not up.".
Erweiterungsscreenshots
Motivation?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Motivation?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Offizielle URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Beschreibung | New tab extension inspired by the Motivation extension. Counts down not up. |
Dateigröße | 116 KB |
Installationsanzahl | 124 |
Aktuelle Version | 0.2 |
Letztes Update | 2015-07-13 |
Veröffentlichungsdatum | 2015-07-13 |
Bewertung | 3.50/5 Insgesamt 6 Bewertungen |
Entwickler | neilbedi |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |