Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

Daily Motivation - Death Countdown란 무엇입니까?

Daily Motivation - Death Countdown은(는) OurForest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get motivated daily by remembering your death is coming"입니다.

확장 프로그램 스크린샷

screenshot

Daily Motivation - Death Countdown 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you get motivated to do your tasks and fight procrastination. Time is short, but still sometimes we forget about this.

Remember your estimated death countdown every time you open a new tab. Use this countdown as energy and be as productive as you never were.                    

확장 프로그램 기본 정보

이름 Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
공식 URL https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
설명 Get motivated daily by remembering your death is coming
파일 크기 158 KB
설치 횟수 26
현재 버전 0.1.0
최근 업데이트 2021-03-21
출시 날짜 2021-03-21
개발자 OurForest
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get motivated daily by remembering your death is coming",
    "version": "0.1.0",
    "manifest_version": 3,
    "name": "Daily Motivation - Death Countdown",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}