Death Focus

Replace new tab page with Death Focus

Death Focus란 무엇입니까?

Death Focus은(는) kevin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with Death Focus"입니다.

확장 프로그램 스크린샷

screenshot

Death Focus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Death Focus Death Focus
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"
}