Visualize Life
There are not that many dots, make them count.
Qu'est-ce que Visualize Life ?
Visualize Life est une extension Chrome développée par gabolobl, et sa fonction principale est "There are not that many dots, make them count.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Visualize Life
Téléchargez les fichiers d'extension Visualize Life au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! 🙇♂️
Informations de Base sur l'Extension
Nom | Visualize Life |
ID | enclepkojflpdjeabafigjjajhaafdmm |
URL Officiel | https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm |
Description | There are not that many dots, make them count. |
Taille du Fichier | 354 KB |
Nombre d'Installations | 352 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-11-26 |
Date de Publication | 2020-10-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | gabolobl |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://gabriellobl.github.io/visualize-life |
Langues Prises en Charge | 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" } } |