To do list - Keep it simple

Just a simple to do list extension with a simple design.

ما هو To do list - Keep it simple؟

To do list - Keep it simple هو إضافة Chrome تم تطويرها بواسطة yohan.quinquis، والميزة الرئيسية لها هي "Just a simple to do list extension with a simple design.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة To do list - Keep it simple

قم بتنزيل ملفات الامتداد To do list - Keep it simple بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Keep it simple, organize your tasks in no time !

This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. 

With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.                    

معلومات أساسية عن التمديد

الاسم To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
عنوان URL الرسمي https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
الوصف Just a simple to do list extension with a simple design.
حجم الملف 1.55 MB
عدد التثبيتات 204
النسخة الحالية 1.3
آخر تحديث 2023-11-17
تاريخ النشر 2023-02-21
تقييم 5.00/5 مجموع تقييمات 10
المطور yohan.quinquis
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To do list - Keep it simple",
    "description": "Just a simple to do list extension with a simple design.",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "256": "image\/logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "256": "image\/logo.png"
        }
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ]
}