Visualize Life
There are not that many dots, make them count.
Visualize Life란 무엇입니까?
Visualize Life은(는) gabolobl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "There are not that many dots, make them count."입니다.
확장 프로그램 스크린샷
Visualize Life 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A unique reminder of how much has passed, and how little remains. We all go through life, but how often do we get to visualize it? This extension allows you gain some perspective every time you open a new tab. Enter your age once and see your life in years, months, or weeks; with every dot representing a unit of time. The filled are the ones you've already used, while the rest are yet to be experienced. Opening a new tab is the perfect instance to get reminded of the limited nature of life, if you deem making each dot as meaningful as possible a worthy goal. Find it valuable? Leave a review! 🙇♂️
확장 프로그램 기본 정보
이름 | Visualize Life |
ID | enclepkojflpdjeabafigjjajhaafdmm |
공식 URL | https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm |
설명 | There are not that many dots, make them count. |
파일 크기 | 354 KB |
설치 횟수 | 352 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-11-26 |
출시 날짜 | 2020-10-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | gabolobl |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://gabriellobl.github.io/visualize-life |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visualize Life", "description": "There are not that many dots, make them count.", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'sha256-jrHOPQPUW\/5pP6pFCb6qLsttDYIjiMI4Nr+jNdbwpNc='; object-src 'self'", "permissions": [ "storage" ], "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |