Life Calendar Chrome Extension

An Extension that shows you how much life you have to live when you open a tab.

ما هو Life Calendar Chrome Extension؟

Life Calendar Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://nibbles-n-bytes.vercel.app، والميزة الرئيسية لها هي "An Extension that shows you how much life you have to live when you open a tab.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Life Calendar Chrome Extension

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

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

                        This Chrome Extension shows you how much life you have to live when you open a new tab.
Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?                    

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

الاسم Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
الوصف An Extension that shows you how much life you have to live when you open a tab.
حجم الملف 15.81 MB
عدد التثبيتات 99
النسخة الحالية 1.0
آخر تحديث 2020-07-22
تاريخ النشر 2020-07-22
تقييم 5.00/5 مجموع تقييمات 2
المطور https://nibbles-n-bytes.vercel.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nibbles-n-bytes.vercel.app/
عنوان صفحة المساعدة https://github.com/alicelovescake/life-calendar
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Calendar Chrome Extension",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "lifecalendar.html"
    },
    "description": "An Extension that shows you how much life you have to live when you open a tab.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Life Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/hourglass.png"
        }
    },
    "icons": {
        "128": "images\/hourglass.png"
    },
    "manifest_version": 2
}