Death Focus

Replace new tab page with Death Focus

Wat is Death Focus?

Death Focus is een Chrome-extensie ontwikkeld door kevin, en de belangrijkste functie is "Replace new tab page with Death Focus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Death Focus

Download Death Focus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
Officiële URL https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Beschrijving Replace new tab page with Death Focus
Bestandsgrootte 89.7 KB
Aantal Installaties 566
Huidige Versie 0.5
Laatst Bijgewerkt 2014-09-06
Publicatiedatum 2014-09-06
Beoordeling 4.78/5 Totaal 18 Beoordelingen
Ontwikkelaar kevin
Betalingswijze free
Ondersteunde Talen 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"
}