ToDo List Reset

Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day

ToDo List Reset란 무엇입니까?

ToDo List Reset은(는) Daniel Zaretsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ToDo List Reset 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This  extension reminds you to get stuff done, with every tab you open, and helps reinforce daily healthy habits! 

✔️ Chrome New Tab is replaced with this ToDo extension to remind you more!
✔️ Add Task: start typing in box where it says: "What needs to Be done everyday?" 
press enter to add task after finished typing.
✔️ Features all things a normal ToDo list features, with ability to see filtered list of completed tasks only, or unfinished tasks.
✔️ At the end of each day (12AM local time), all finished tasks are automatically unchecked for you so you can start fresh next day.
✔️ Dark mode and Light mode -- toggle switch located bottom right of main screen
✔️ Loads instantly, instant feedback, whole extension is <30KB! 


Get more done with a daily resetting to-do list in every new tab today!                    

확장 프로그램 기본 정보

이름 ToDo List Reset ToDo List Reset
ID gpnamnenmgodpcjbcholbcljebpholbd
공식 URL https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd
설명 Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
파일 크기 29.94 KB
설치 횟수 621
현재 버전 1.0.5
최근 업데이트 2020-04-16
출시 날짜 2020-04-16
평점 3.00/5 총 2 개의 평점
개발자 Daniel Zaretsky
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day",
    "version": "1.0.5",
    "name": "ToDo List Reset",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}