Visualize Life

There are not that many dots, make them count.

Cos'è Visualize Life?

Visualize Life è un'estensione di Chrome sviluppata da gabolobl, e la sua funzione principale è "There are not that many dots, make them count.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Visualize Life

Scarica i file di estensione Visualize Life in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Visualize Life Visualize Life
ID enclepkojflpdjeabafigjjajhaafdmm
URL Ufficiale https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm
Descrizione There are not that many dots, make them count.
Dimensione del File 354 KB
Conteggio Installazioni 352
Versione Corrente 1.1
Ultimo Aggiornamento 2020-11-26
Data di Pubblicazione 2020-10-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore gabolobl
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gabriellobl.github.io/visualize-life
Lingue Supportate 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"
    }
}