Your Life in Weeks

New tab page that will depress and maybe motivate you

Your Life in Weeks란 무엇입니까?

Your Life in Weeks은(는) lifeinweeksapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab page that will depress and maybe motivate you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Your Life in Weeks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A new tab page that will depress and maybe motivate you. Inspired by this post http://waitbutwhy.com/2014/05/life-weeks.html, I made this extension so I would see how much of my life I'm wasting every time I open a new tab. 

You can also enter important intervals of your life to view them on the life calendar.                    

확장 프로그램 기본 정보

이름 Your Life in Weeks Your Life in Weeks
ID jkhenjfgldkaodagnpbicdmbmfagcfen
공식 URL https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen
설명 New tab page that will depress and maybe motivate you
파일 크기 10.8 KB
설치 횟수 512
현재 버전 1.3.2
최근 업데이트 2018-08-02
출시 날짜 2018-08-02
평점 4.50/5 총 2 개의 평점
개발자 lifeinweeksapp
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Life in Weeks",
    "description": "New tab page that will depress and maybe motivate you",
    "version": "1.3.2",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}