Your Life in Weeks

New tab page that will depress and maybe motivate you

Co to jest Your Life in Weeks?

Your Life in Weeks to rozszerzenie Chrome opracowane przez lifeinweeksapp, a jego główną funkcją jest „New tab page that will depress and maybe motivate you”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Your Life in Weeks

Pobierz pliki rozszerzeń Your Life in Weeks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
Oficjalny URL https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
Opis New tab page that will depress and maybe motivate you
Rozmiar pliku 10.8 KB
Liczba instalacji 512
Aktualna Wersja 1.3.2
Ostatnia Aktualizacja 2018-08-02
Data Publikacji 2018-08-02
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper lifeinweeksapp
Typ Płatności free
Obsługiwane Języki 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
    }
}