Death Focus

Replace new tab page with Death Focus

What is Death Focus?

Death Focus is a Chrome extension developed by kevin, and its main feature is "Replace new tab page with Death Focus".

Extension Screenshots

screenshot

Download Death Focus Extension CRX File

Download Death Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
Official URL https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Description Replace new tab page with Death Focus
File Size 89.7 KB
Installation Count 566
Current Version 0.5
Last Updated 2014-09-06
Publish Date 2014-09-06
Rating 4.78/5 Total 18 Ratings
Developer kevin
Payment Type free
Supported Languages 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"
}