Visualize Life
There are not that many dots, make them count.
Visualize Lifeคืออะไร?
Visualize Life เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabolobl และคุณลักษณะหลักของมันคือ "There are not that many dots, make them count."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visualize Life
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |