LifeLeft
Visualize the amount of time you have left.
LifeLeft란 무엇입니까?
LifeLeft은(는) creashells에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize the amount of time you have left."입니다.
확장 프로그램 스크린샷
LifeLeft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LifeLeft replaces your new tab page with a visualization of the time you have left until your chosen life expectancy. Remind yourself to make the most of everyday with this browser extension. "If you live each day as if it were your last, someday you'll be right. Every morning I looked in the mirror and asked myself: If today were the last day of my life, would I want to do what I do today?" — Steve Jobs This work was inspired by the following article on Wait But Why: https://waitbutwhy.com/2015/12/the-tail-end.html All visualization preferences are stored locally to protect your privacy.
확장 프로그램 기본 정보
이름 | LifeLeft |
ID | mmdgeflfnendogpjpfleimfgolkkljnb |
공식 URL | https://chromewebstore.google.com/detail/lifeleft/mmdgeflfnendogpjpfleimfgolkkljnb |
설명 | Visualize the amount of time you have left. |
파일 크기 | 115 KB |
설치 횟수 | 87 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-06-03 |
출시 날짜 | 2021-06-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | creashells |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/406fefc8-5df9-4d85-a675-1b5eb87e9b26 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LifeLeft", "version": "1.0", "description": "Visualize the amount of time you have left.", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "offline_enabled": true, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |