To-Due List
A simple to-do list to organize your tasks
To-Due List란 무엇입니까?
To-Due List은(는) Dylan Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple to-do list to organize your tasks"입니다.
확장 프로그램 스크린샷
To-Due List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To-Due List is a simple but useful tool to organize all of your tasks, such as writing essays, or attending meetings. Features: 1. Rank/prioritize tasks 2. Set a due date 3. Sort tasks chronologically 4. Check off completed tasks 5. Toggle light/dark mode 6. Set notifications to be received before the due date How to get started: 1. Create a task using the button with the "+" symbol in the bottom right corner 2. Write a short description of the task and set a date and time 3. Set notifications using the button with the bell icon in the top left corner, selecting the checkboxes for what times you would like to be notified before an upcoming task
확장 프로그램 기본 정보
이름 | To-Due List |
ID | llellpchbcnlcenkghadpidfhpepegih |
공식 URL | https://chromewebstore.google.com/detail/to-due-list/llellpchbcnlcenkghadpidfhpepegih |
설명 | A simple to-do list to organize your tasks |
파일 크기 | 130 KB |
설치 횟수 | 45 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-12-21 |
출시 날짜 | 2021-06-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Dylan Li |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "To-Due List", "description": "A simple to-do list to organize your tasks", "version": "1.1", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/tasklist.png", "32": "images\/tasklist.png" } }, "icons": { "16": "images\/tasklist.png", "32": "images\/tasklist.png" }, "permissions": [ "storage", "notifications", "alarms" ] } |