LifeLeft

Visualize the amount of time you have left.

ما هو LifeLeft؟

LifeLeft هو إضافة Chrome تم تطويرها بواسطة creashells، والميزة الرئيسية لها هي "Visualize the amount of time you have left.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LifeLeft

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

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

                        LifeLeft replaces your new tab page with a visualization of the time you have left until your chosen life expectancy. Remind yourself to make the most of everyday with this browser extension.

"If you live each day as if it were your last, someday you'll be right. Every morning I looked in the mirror and asked myself: If today were the last day of my life, would I want to do what I do today?" — Steve Jobs

This work was inspired by the following article on Wait But Why: https://waitbutwhy.com/2015/12/the-tail-end.html

All visualization preferences are stored locally to protect your privacy.                    

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

الاسم LifeLeft LifeLeft
ID mmdgeflfnendogpjpfleimfgolkkljnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/lifeleft/mmdgeflfnendogpjpfleimfgolkkljnb
الوصف Visualize the amount of time you have left.
حجم الملف 115 KB
عدد التثبيتات 87
النسخة الحالية 1.0
آخر تحديث 2021-06-03
تاريخ النشر 2021-06-03
تقييم 5.00/5 مجموع تقييمات 3
المطور creashells
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/406fefc8-5df9-4d85-a675-1b5eb87e9b26
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LifeLeft",
    "version": "1.0",
    "description": "Visualize the amount of time you have left.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}