Death Focus
Replace new tab page with Death Focus
Was ist Death Focus?
Death Focus ist eine Chrome-Erweiterung, die von kevin entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with Death Focus".
Erweiterungsscreenshots
Death Focus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Death Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Death Focus |
ID | aanjfkjcndemihgneohhjicnaahlphbm |
Offizielle URL | https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm |
Beschreibung | Replace new tab page with Death Focus |
Dateigröße | 89.7 KB |
Installationsanzahl | 566 |
Aktuelle Version | 0.5 |
Letztes Update | 2014-09-06 |
Veröffentlichungsdatum | 2014-09-06 |
Bewertung | 4.78/5 Insgesamt 18 Bewertungen |
Entwickler | kevin |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |