Death Focus

Replace new tab page with Death Focus

什么是Death Focus?

Death Focus是由kevin开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with Death Focus”。

扩展截图

screenshot

下载Death Focus扩展crx文件

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