Your Life in Weeks

New tab page that will depress and maybe motivate you

Vad är Your Life in Weeks?

Your Life in Weeks är en Chrome-tillägg utvecklad av lifeinweeksapp, och dess huvudfunktion är "New tab page that will depress and maybe motivate you".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Your Life in Weeks-förlängningens CRX-fil

Ladda ner Your Life in Weeks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
Officiell webbadress https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
Beskrivning New tab page that will depress and maybe motivate you
Filstorlek 10.8 KB
Antal Installationer 512
Aktuell Version 1.3.2
Senast Uppdaterad 2018-08-02
Publiceringsdatum 2018-08-02
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare lifeinweeksapp
Betalningssätt free
Stödda Språk 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
    }
}