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文件
下載To-Due List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |