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文件
下载Visualize Life扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |