Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
What is Motivation??
Motivation? is a Chrome extension developed by neilbedi, and its main feature is "New tab extension inspired by the Motivation extension. Counts down not up.".
Extension Screenshots
Download Motivation? Extension CRX File
Download Motivation? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Official URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Description | New tab extension inspired by the Motivation extension. Counts down not up. |
File Size | 116 KB |
Installation Count | 124 |
Current Version | 0.2 |
Last Updated | 2015-07-13 |
Publish Date | 2015-07-13 |
Rating | 3.50/5 Total 6 Ratings |
Developer | neilbedi |
Payment Type | free |
Supported Languages | 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" } } |