To-Due List
A simple to-do list to organize your tasks
To-Due List क्या है?
To-Due List Dylan Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple to-do list to organize your tasks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में To-Due List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |