Death Focus
Replace new tab page with Death Focus
Apa itu Death Focus?
Death Focus adalah ekstensi Chrome yang dikembangkan oleh kevin, dan fitur utamanya adalah "Replace new tab page with Death Focus".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Death Focus
Unduh file ekstensi Death Focus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Death Focus |
ID | aanjfkjcndemihgneohhjicnaahlphbm |
URL Resmi | https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm |
Deskripsi | Replace new tab page with Death Focus |
Ukuran File | 89.7 KB |
Jumlah Instalasi | 566 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2014-09-06 |
Tanggal Publikasi | 2014-09-06 |
Penilaian | 4.78/5 Total 18 Penilaian |
Pengembang | kevin |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |