Lifeday

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

¿Qué es Lifeday?

Lifeday es una extensión de Chrome desarrollada por https://j.cin.is, y su función principal es "Motivate yourself by measuring your life in days instead of years.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Lifeday

Descarga archivos de extensión Lifeday en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
URL Oficial https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Descripción Motivate yourself by measuring your life in days instead of years.
Tamaño del Archivo 415 KB
Cantidad de Instalaciones 35
Versión Actual 1.0.0
Última Actualización 2019-03-27
Fecha de Publicación 2019-03-27
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://j.cin.is
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jcinis/lifeday/
URL de la Página de Ayuda https://github.com/jcinis/lifeday/issues
Idiomas Soportados 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"
    }
}