Lifeday

Motivate yourself by measuring your life in days instead of years.

O que é Lifeday?

Lifeday é uma extensão do Chrome desenvolvida por https://j.cin.is, e sua principal característica é "Motivate yourself by measuring your life in days instead of years.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lifeday

Baixe arquivos de extensão Lifeday 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

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

Informações Básicas da Extensão

Nome Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
URL Oficial https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Descrição Motivate yourself by measuring your life in days instead of years.
Tamanho do Arquivo 415 KB
Contagem de Instalações 35
Versão Atual 1.0.0
Última Atualização 2019-03-27
Data de Publicação 2019-03-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://j.cin.is
Tipo de Pagamento free
Site da Extensão https://github.com/jcinis/lifeday/
URL da Página de Ajuda https://github.com/jcinis/lifeday/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}