Memento mori
Memento mori - show a life calendar as the 'New tab' page in Chrome
什么是Memento mori?
Memento mori是由Shane Bell开发的Chrome扩展程序,该扩展的主要功能是“Memento mori - show a life calendar as the 'New tab' page in Chrome”。
扩展截图
下载Memento mori扩展crx文件
下载Memento mori扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Memento mori |
ID | jbadenloaojfjnfbppdgbheadfkpkjcf |
官方URL | https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf |
简介 | Memento mori - show a life calendar as the 'New tab' page in Chrome |
文件大小 | 487 KB |
安装次数 | 119 |
当前版本 | 1.0.1 |
更新时间 | 2021-09-01 |
上架时间 | 2021-09-01 |
评分 | 5.00/5 共2次评分 |
开发者 | Shane Bell |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/shanebell/memento-mori |
隐私政策页面URL | https://github.com/shanebell/JaSON/blob/master/privacy-policy.md |
支持的语言 | 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" } } |