Death Focus

Replace new tab page with Death Focus

Cos'è Death Focus?

Death Focus è un'estensione di Chrome sviluppata da kevin, e la sua funzione principale è "Replace new tab page with Death Focus".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Death Focus

Scarica i file di estensione Death Focus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
URL Ufficiale https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Descrizione Replace new tab page with Death Focus
Dimensione del File 89.7 KB
Conteggio Installazioni 566
Versione Corrente 0.5
Ultimo Aggiornamento 2014-09-06
Data di Pubblicazione 2014-09-06
Valutazione 4.78/5 Totale 18 Valutazioni
Sviluppatore kevin
Tipo di Pagamento free
Lingue Supportate 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"
}