Visualize Life

There are not that many dots, make them count.

O que é Visualize Life?

Visualize Life é uma extensão do Chrome desenvolvida por gabolobl, e sua principal característica é "There are not that many dots, make them count.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Visualize Life

Baixe arquivos de extensão Visualize Life no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Visualize Life Visualize Life
ID enclepkojflpdjeabafigjjajhaafdmm
URL Oficial https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm
Descrição There are not that many dots, make them count.
Tamanho do Arquivo 354 KB
Contagem de Instalações 352
Versão Atual 1.1
Última Atualização 2020-11-26
Data de Publicação 2020-10-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor gabolobl
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://gabriellobl.github.io/visualize-life
Idiomas Suportados 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"
    }
}