Death Focus

Replace new tab page with Death Focus

Hvad er Death Focus?

Death Focus er en Chrome-udvidelse udviklet af kevin, og dens hovedfunktion er "Replace new tab page with Death Focus".

Udvidelsesskærmbilleder

screenshot

Download Death Focus-udvidelses-CRX-fil

Download Death Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
Officiel URL https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Beskrivelse Replace new tab page with Death Focus
Filstørrelse 89.7 KB
Antal Installationer 566
Nuværende Version 0.5
Senest Opdateret 2014-09-06
Udgivelsesdato 2014-09-06
Bedømmelse 4.78/5 Samlet 18 Bedømmelser
Udvikler kevin
Betalingsmetode free
Understøttede Sprog 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"
}