Lifeday

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

Qu'est-ce que Lifeday ?

Lifeday est une extension Chrome développée par https://j.cin.is, et sa fonction principale est "Motivate yourself by measuring your life in days instead of years.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lifeday

Téléchargez les fichiers d'extension Lifeday au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
URL Officiel https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Description Motivate yourself by measuring your life in days instead of years.
Taille du Fichier 415 KB
Nombre d'Installations 35
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-03-27
Date de Publication 2019-03-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://j.cin.is
Type de Paiement free
Site Web de l'Extension https://github.com/jcinis/lifeday/
URL de la Page d'Aide https://github.com/jcinis/lifeday/issues
Langues Prises en Charge 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"
    }
}