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 |
官方網址 | 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" } } |