To-Do List

A simple to-do list Chrome extension.

To-Do List क्या है?

To-Do List cytsai11.tw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple to-do list Chrome extension."।

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

screenshot
screenshot
screenshot

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

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

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

                        Looking for a way to stay organized and on top of your daily tasks? Look no further than our new Chrome extension that helps you manage your to-do list with ease and efficiency.

With just a few clicks, you can create, organize, and prioritize your tasks for the day, week, or even the month ahead. Our sleek and user-friendly interface allows you to easily add new tasks, edit existing ones, and mark them as complete.

But that's not all, our intuitive drag-and-drop functionality makes it easy to rearrange tasks and prioritize them according to their importance and deadline.

With our to-do list Chrome extension, you can finally say goodbye to sticky notes, forgotten tasks, and missed deadlines. Whether you're a busy professional, a student, or a busy parent juggling multiple responsibilities, our extension is the perfect solution for staying on top of your to-do list and achieving your goals.

So why wait? Download our to-do list Chrome extension today and start managing your tasks like a pro!                    

एक्सटेंशन की मूल जानकारी

नाम To-Do List To-Do List
ID hpmeoagnhdfkembdbohmefnohdfffacp
आधिकारिक URL https://chromewebstore.google.com/detail/to-do-list/hpmeoagnhdfkembdbohmefnohdfffacp
विवरण A simple to-do list Chrome extension.
फ़ाइल का आकार 102 KB
स्थापना संख्या 257
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2023-03-30
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर cytsai11.tw
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Do List",
    "version": "1.0",
    "description": "A simple to-do list Chrome extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "To-Do List"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon.png"
    }
}