To-Due List
A simple to-do list to organize your tasks
Τι είναι το To-Due List;
Το To-Due List είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dylan Li, και η κύρια λειτουργία του είναι "A simple to-do list to organize your tasks".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης To-Due List
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } |