RoutineList

Keep Track of Your Daily Tasks

ما هو RoutineList؟

RoutineList هو إضافة Chrome تم تطويرها بواسطة nicholasgreensf، والميزة الرئيسية لها هي "Keep Track of Your Daily Tasks".

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

screenshot
screenshot

تحميل ملف CRX للإضافة RoutineList

قم بتنزيل ملفات الامتداد RoutineList بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

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

الاسم RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
الوصف Keep Track of Your Daily Tasks
حجم الملف 12.09 MB
عدد التثبيتات 22
النسخة الحالية 0.5
آخر تحديث 2022-06-01
تاريخ النشر 2021-05-24
تقييم 5.00/5 مجموع تقييمات 1
المطور nicholasgreensf
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}