Lifeday
Motivate yourself by measuring your life in days instead of years.
What is Lifeday?
Lifeday is a Chrome extension developed by https://j.cin.is, and its main feature is "Motivate yourself by measuring your life in days instead of years.".
Extension Screenshots
Download Lifeday Extension CRX File
Download Lifeday 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
Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.
Extension Basic Information
Name | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
Official URL | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
Description | Motivate yourself by measuring your life in days instead of years. |
File Size | 415 KB |
Installation Count | 35 |
Current Version | 1.0.0 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://j.cin.is |
Payment Type | free |
Extension Website | https://github.com/jcinis/lifeday/ |
Help Page URL | https://github.com/jcinis/lifeday/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifeday", "description": "Motivate yourself by measuring your life in days instead of years.", "version": "1.0.0", "manifest_version": 2, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "chrome.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "lifeday-logo-16.png", "32": "lifeday-logo-32.png", "48": "lifeday-logo-48.png", "128": "lifeday-logo-128.png" } } |