Death Focus
Replace new tab page with Death Focus
什麼是Death Focus?
Death Focus是由kevin開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with Death Focus”。
擴展截圖
下載Death Focus擴展crx文件
下載Death Focus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | aanjfkjcndemihgneohhjicnaahlphbm |
| 官方網址 | https://chromewebstore.google.com/detail/death-focus/aanjfkjcndemihgneohhjicnaahlphbm |
| 簡介 | Replace new tab page with Death Focus |
| 檔案大小 | 89.7 KB |
| 安裝次數 | 566 |
| 目前版本 | 0.5 |
| 更新時間 | 2014-09-06 |
| 上架時間 | 2014-09-06 |
| 評分 | 4.78/5 共 18 次評分 |
| 開發者 | kevin |
| 付費類型 | free |
| 支援的語言 | 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"
} | |