Mortality

Replace new tab page with a counter of your age

ما هو Mortality؟

Mortality هو إضافة Chrome تم تطويرها بواسطة alphabt، والميزة الرئيسية لها هي "Replace new tab page with a counter of your age".

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

screenshot
screenshot

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

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

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

                        This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. 

GitHub: https://github.com/alphabt/mortality                    

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

الاسم Mortality Mortality
ID dmcopoldcoemapdejndbdnfmbofbkmbh
عنوان URL الرسمي https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh
الوصف Replace new tab page with a counter of your age
حجم الملف 210 KB
عدد التثبيتات 226
النسخة الحالية 1.2.0
آخر تحديث 2021-08-01
تاريخ النشر 2020-04-12
تقييم 5.00/5 مجموع تقييمات 3
المطور alphabt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/alphabt/mortality
عنوان صفحة المساعدة https://github.com/alphabt/mortality/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}