Life Progress
Shows your age and a progress bar of how long you've lived
What is Life Progress?
Life Progress is a Chrome extension developed by RonquilloAeon, and its main feature is "Shows your age and a progress bar of how long you've lived".
Extension Screenshots
Download Life Progress Extension CRX File
Download Life Progress 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
Motivate yourself to make the most of every day. With Life Progress, each time you open a new tab, you are reminded of how much life you've lived. After entering your birthday and expected life expectancy, Life Progress calculates the percentage of life you have lived based on days.
Extension Basic Information
Name | Life Progress |
ID | eehmmmcomifdkkmohhlhapbhmcgbhpbb |
Official URL | https://chromewebstore.google.com/detail/life-progress/eehmmmcomifdkkmohhlhapbhmcgbhpbb |
Description | Shows your age and a progress bar of how long you've lived |
File Size | 502 KB |
Installation Count | 15 |
Current Version | 0.1.1 |
Last Updated | 2017-10-01 |
Publish Date | 2017-10-01 |
Developer | RonquilloAeon |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Life Progress", "version": "0.1.1", "description": "Shows your age and a progress bar of how long you've lived", "icons": { "16": "lib\/icons\/life-progress_16-min.png", "32": "lib\/icons\/life-progress_32-min.png", "48": "lib\/icons\/life-progress_48-min.png", "128": "lib\/icons\/life-progress_128-min.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |