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 |
官方網址 | 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" } } |