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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}