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 |
公式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 |
Eメール | [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" ] } |