ToDo List Reset

Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day

Τι είναι το ToDo List Reset;

Το ToDo List Reset είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Zaretsky, και η κύρια λειτουργία του είναι "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ToDo List Reset

Λήψη αρχείων επέκτασης ToDo List Reset σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This  extension reminds you to get stuff done, with every tab you open, and helps reinforce daily healthy habits! 

✔️ Chrome New Tab is replaced with this ToDo extension to remind you more!
✔️ Add Task: start typing in box where it says: "What needs to Be done everyday?" 
press enter to add task after finished typing.
✔️ Features all things a normal ToDo list features, with ability to see filtered list of completed tasks only, or unfinished tasks.
✔️ At the end of each day (12AM local time), all finished tasks are automatically unchecked for you so you can start fresh next day.
✔️ Dark mode and Light mode -- toggle switch located bottom right of main screen
✔️ Loads instantly, instant feedback, whole extension is <30KB! 


Get more done with a daily resetting to-do list in every new tab today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ToDo List Reset ToDo List Reset
ID gpnamnenmgodpcjbcholbcljebpholbd
Επίσημο URL https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd
Περιγραφή Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
Μέγεθος Αρχείου 29.94 KB
Αριθμός Εγκαταστάσεων 621
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-04-16
Ημερομηνία Δημοσίευσης 2020-04-16
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Daniel Zaretsky
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day",
    "version": "1.0.5",
    "name": "ToDo List Reset",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}