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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |