Lifeday

Motivate yourself by measuring your life in days instead of years.

Lifedayคืออะไร?

Lifeday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://j.cin.is และคุณลักษณะหลักของมันคือ "Motivate yourself by measuring your life in days instead of years."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lifeday

ดาวน์โหลดไฟล์ส่วนขยาย Lifeday ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
คำอธิบาย Motivate yourself by measuring your life in days instead of years.
ขนาดไฟล์ 415 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-03-27
วันที่เผยแพร่ 2019-03-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://j.cin.is
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jcinis/lifeday/
URL หน้าช่วยเหลือ https://github.com/jcinis/lifeday/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}