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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}