Visualize Life
There are not that many dots, make them count.
Visualize Life क्या है?
Visualize Life gabolobl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "There are not that many dots, make them count."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visualize Life एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |