Death Focus

Replace new tab page with Death Focus

Death Focus là gì?

Death Focus là một tiện ích mở rộng Chrome được phát triển bởi kevin, và tính năng chính của nó là "Replace new tab page with Death Focus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Death Focus

Tải xuống các tệp mở rộng Death Focus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
URL Chính Thức https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Mô tả Replace new tab page with Death Focus
Kích Thước Tệp 89.7 KB
Số Lần Cài Đặt 566
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2014-09-06
Ngày Phát Hành 2014-09-06
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển kevin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}