Death Focus

Replace new tab page with Death Focus

ما هو Death Focus؟

Death Focus هو إضافة Chrome تم تطويرها بواسطة kevin، والميزة الرئيسية لها هي "Replace new tab page with Death Focus".

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

screenshot

تحميل ملف CRX للإضافة Death Focus

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

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

                        Nothing concentrates your time like knowing how many days you have left.

Death Focus replaces your 'new-tab' page with a real-time countdown showing how many days you have left (based on SSA's actuarial life tables).

Inspired by Kevin Kelly and Motivation (0.6) by maccman.                    

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

الاسم Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
الوصف Replace new tab page with Death Focus
حجم الملف 89.7 KB
عدد التثبيتات 566
النسخة الحالية 0.5
آخر تحديث 2014-09-06
تاريخ النشر 2014-09-06
تقييم 4.78/5 مجموع تقييمات 18
المطور kevin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "deathFocus.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Death Focus",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Death Focus",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}