Lifeday

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

Wat is Lifeday?

Lifeday is een Chrome-extensie ontwikkeld door https://j.cin.is, en de belangrijkste functie is "Motivate yourself by measuring your life in days instead of years.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lifeday

Download Lifeday-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
Officiële URL https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Beschrijving Motivate yourself by measuring your life in days instead of years.
Bestandsgrootte 415 KB
Aantal Installaties 35
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-03-27
Publicatiedatum 2019-03-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://j.cin.is
Betalingswijze free
Extensiewebsite https://github.com/jcinis/lifeday/
Help Pagina-URL https://github.com/jcinis/lifeday/issues
Ondersteunde Talen 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"
    }
}