Lifeday

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

Was ist Lifeday?

Lifeday ist eine Chrome-Erweiterung, die von https://j.cin.is entwickelt wurde, und ihr Hauptmerkmal ist "Motivate yourself by measuring your life in days instead of years.".

Erweiterungsscreenshots

screenshot
screenshot

Lifeday-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lifeday-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
Offizielle URL https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Beschreibung Motivate yourself by measuring your life in days instead of years.
Dateigröße 415 KB
Installationsanzahl 35
Aktuelle Version 1.0.0
Letztes Update 2019-03-27
Veröffentlichungsdatum 2019-03-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://j.cin.is
Zahlungsart free
Erweiterungswebsite https://github.com/jcinis/lifeday/
Hilfeseite URL https://github.com/jcinis/lifeday/issues
Unterstützte Sprachen 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"
    }
}