Your Life in Weeks

New tab page that will depress and maybe motivate you

Apa itu Your Life in Weeks?

Your Life in Weeks adalah ekstensi Chrome yang dikembangkan oleh lifeinweeksapp, dan fitur utamanya adalah "New tab page that will depress and maybe motivate you".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Your Life in Weeks

Unduh file ekstensi Your Life in Weeks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
URL Resmi https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
Deskripsi New tab page that will depress and maybe motivate you
Ukuran File 10.8 KB
Jumlah Instalasi 512
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2018-08-02
Tanggal Publikasi 2018-08-02
Penilaian 4.50/5 Total 2 Penilaian
Pengembang lifeinweeksapp
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}