Visualize Life

There are not that many dots, make them count.

Was ist Visualize Life?

Visualize Life ist eine Chrome-Erweiterung, die von gabolobl entwickelt wurde, und ihr Hauptmerkmal ist "There are not that many dots, make them count.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Visualize Life-Erweiterungs-CRX-Datei herunterladen

Laden Sie Visualize Life-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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! 🙇‍♂️                    

Grundlegende Informationen zur Erweiterung

Name Visualize Life Visualize Life
ID enclepkojflpdjeabafigjjajhaafdmm
Offizielle URL https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm
Beschreibung There are not that many dots, make them count.
Dateigröße 354 KB
Installationsanzahl 352
Aktuelle Version 1.1
Letztes Update 2020-11-26
Veröffentlichungsdatum 2020-10-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler gabolobl
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://gabriellobl.github.io/visualize-life
Unterstützte Sprachen 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"
    }
}