Mortality - Death Clock - New Tab
A New Tab extension that reminds you of your mortality. It's supposed to be motivational.
Mortality - Death Clock - New Tab란 무엇입니까?
Mortality - Death Clock - New Tab은(는) AO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A New Tab extension that reminds you of your mortality. It's supposed to be motivational."입니다.
확장 프로그램 스크린샷
Mortality - Death Clock - New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mortality is a new tab extension that reminds you of your precise age. It can also countdown to your death, countdown to a deadline, or show you how many people are older or younger than you globally. A bitter-sweet motivational tool; it illustrates how little time we have. By default, circles represent months, for the average lifespan of 79 years. As you age, the circles fill, and are split into the main Chapters of your life. Get busy living, or get busy dying. You can never go back :)
확장 프로그램 기본 정보
이름 | Mortality - Death Clock - New Tab |
ID | eeedcpdcehnikgkhbobmkjcipjhlbmpn |
공식 URL | https://chromewebstore.google.com/detail/mortality-death-clock-new/eeedcpdcehnikgkhbobmkjcipjhlbmpn |
설명 | A New Tab extension that reminds you of your mortality. It's supposed to be motivational. |
파일 크기 | 915 KB |
설치 횟수 | 10,000 |
현재 버전 | 5.2.1 |
최근 업데이트 | 2021-03-11 |
출시 날짜 | 2018-01-06 |
평점 | 4.83/5 총 234 개의 평점 |
개발자 | AO |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://mortality.uservoice.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "mortality.html" }, "web_accessible_resources": [ "css\/*.woff2" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "A New Tab extension that reminds you of your mortality. It's supposed to be motivational.", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "Mortality - Death Clock - New Tab", "short_name": "Mortality", "offline_enabled": true, "version": "5.2.1" } |