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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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/
عنوان صفحة المساعدة 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"
    }
}