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 Daniel Zaretsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ToDo List Reset एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}