Memento mori
Memento mori - show a life calendar as the 'New tab' page in Chrome
What is Memento mori?
Memento mori is a Chrome extension developed by Shane Bell, and its main feature is "Memento mori - show a life calendar as the 'New tab' page in Chrome".
Extension Screenshots
Download Memento mori Extension CRX File
Download Memento mori 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
Be reminded of just how short life is every time you open a new tab in Chrome. This extension shows a life calendar as Chrome's new tab page. The life calendar is a grid of dots for every week of your life. As the weeks pass, each dot is changed to an X, giving you a visual representation of how much time is left to live. Customise the calendar by configuring your date of birth, and life expectancy. The latin phrase "Memento mori" means "Remember you must die". So don't waste your life browsing the Internet! Privacy policy: https://github.com/shanebell/memento-mori/blob/main/privacy-policy.md
Extension Basic Information
Name | Memento mori |
ID | jbadenloaojfjnfbppdgbheadfkpkjcf |
Official URL | https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf |
Description | Memento mori - show a life calendar as the 'New tab' page in Chrome |
File Size | 487 KB |
Installation Count | 119 |
Current Version | 1.0.1 |
Last Updated | 2021-09-01 |
Publish Date | 2021-09-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Shane Bell |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/shanebell/memento-mori |
Privacy Policy Page URL | https://github.com/shanebell/JaSON/blob/master/privacy-policy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memento mori", "version": "1.0.1", "manifest_version": 2, "description": "Memento mori - show a life calendar as the 'New tab' page in Chrome", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "index.html?page=options", "icons": { "128": "memento-mori-128x128.png", "256": "memento-mori-256x256.png", "512": "memento-mori-512x512.png" } } |