Your Life in Weeks

New tab page that will depress and maybe motivate you

Cos'è Your Life in Weeks?

Your Life in Weeks è un'estensione di Chrome sviluppata da lifeinweeksapp, e la sua funzione principale è "New tab page that will depress and maybe motivate you".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Your Life in Weeks

Scarica i file di estensione Your Life in Weeks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
URL Ufficiale https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
Descrizione New tab page that will depress and maybe motivate you
Dimensione del File 10.8 KB
Conteggio Installazioni 512
Versione Corrente 1.3.2
Ultimo Aggiornamento 2018-08-02
Data di Pubblicazione 2018-08-02
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore lifeinweeksapp
Tipo di Pagamento free
Lingue Supportate 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
    }
}