Your Life in Weeks

New tab page that will depress and maybe motivate you

ما هو Your Life in Weeks؟

Your Life in Weeks هو إضافة Chrome تم تطويرها بواسطة lifeinweeksapp، والميزة الرئيسية لها هي "New tab page that will depress and maybe motivate you".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Your Life in Weeks

قم بتنزيل ملفات الامتداد Your Life in Weeks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
عنوان URL الرسمي https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
الوصف New tab page that will depress and maybe motivate you
حجم الملف 10.8 KB
عدد التثبيتات 512
النسخة الحالية 1.3.2
آخر تحديث 2018-08-02
تاريخ النشر 2018-08-02
تقييم 4.50/5 مجموع تقييمات 2
المطور lifeinweeksapp
نوع الدفع free
اللغات المدعومة 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
    }
}