Your Life in Weeks

New tab page that will depress and maybe motivate you

Qu'est-ce que Your Life in Weeks ?

Your Life in Weeks est une extension Chrome développée par lifeinweeksapp, et sa fonction principale est "New tab page that will depress and maybe motivate you".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Your Life in Weeks

Téléchargez les fichiers d'extension Your Life in Weeks 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

                        A new tab page that will depress and maybe motivate you. Inspired by this post http://waitbutwhy.com/2014/05/life-weeks.html, I made this extension so I would see how much of my life I'm wasting every time I open a new tab. 

You can also enter important intervals of your life to view them on the life calendar.                    

Informations de Base sur l'Extension

Nom Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
URL Officiel https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
Description New tab page that will depress and maybe motivate you
Taille du Fichier 10.8 KB
Nombre d'Installations 512
Version Actuelle 1.3.2
Dernière Mise à Jour 2018-08-02
Date de Publication 2018-08-02
Évaluation 4.50/5 Total 2 Évaluations
Développeur lifeinweeksapp
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Life in Weeks",
    "description": "New tab page that will depress and maybe motivate you",
    "version": "1.3.2",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}