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 |
| 公式URL | 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"
} | |