Death Focus

Replace new tab page with Death Focus

Qu'est-ce que Death Focus ?

Death Focus est une extension Chrome développée par kevin, et sa fonction principale est "Replace new tab page with Death Focus".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Death Focus

Téléchargez les fichiers d'extension Death Focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Death Focus Death Focus
ID aanjfkjcndemihgneohhjicnaahlphbm
URL Officiel https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm
Description Replace new tab page with Death Focus
Taille du Fichier 89.7 KB
Nombre d'Installations 566
Version Actuelle 0.5
Dernière Mise à Jour 2014-09-06
Date de Publication 2014-09-06
Évaluation 4.78/5 Total 18 Évaluations
Développeur kevin
Type de Paiement free
Langues Prises en Charge 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"
}