Death Focus
Replace new tab page with Death Focus
Vad är Death Focus?
Death Focus är en Chrome-tillägg utvecklad av kevin, och dess huvudfunktion är "Replace new tab page with Death Focus".
Tilläggsskärmbilder
Ladda ner Death Focus-förlängningens CRX-fil
Ladda ner Death Focus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Death Focus |
ID | aanjfkjcndemihgneohhjicnaahlphbm |
Officiell webbadress | https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm |
Beskrivning | Replace new tab page with Death Focus |
Filstorlek | 89.7 KB |
Antal Installationer | 566 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2014-09-06 |
Publiceringsdatum | 2014-09-06 |
Betyg | 4.78/5 Totalt 18 Betyg |
Utvecklare | kevin |
Betalningssätt | free |
Stödda Språk | 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" } |