Udemivity

Udemivity is a tool to help boost your productivity while using Udemy.

ما هو Udemivity؟

Udemivity هو إضافة Chrome تم تطويرها بواسطة ken.khor.03، والميزة الرئيسية لها هي "Udemivity is a tool to help boost your productivity while using Udemy.".

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

screenshot
screenshot

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

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

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

                        What is Udemivity?
An app to boost your productivity while using Udemy. 

Why Udemivity is created?
At this time, Udemy did not provide an overview of remaining duration of an incomplete course taken. I reckon it works better for me to have the remaining duration of the course displayed to get myself motivated.

Current Features:
- Displays the remaining duration of incomplete sections
- Displays the total remaining duration of an incomplete course                    

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

الاسم Udemivity Udemivity
ID noiplkjjofobodeodpbiocgcmkldeldl
عنوان URL الرسمي https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl
الوصف Udemivity is a tool to help boost your productivity while using Udemy.
حجم الملف 99.62 KB
عدد التثبيتات 38
النسخة الحالية 1.0
آخر تحديث 2021-06-24
تاريخ النشر 2021-06-23
تقييم 3.00/5 مجموع تقييمات 3
المطور ken.khor.03
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemivity",
    "description": "Udemivity is a tool to help boost your productivity while using Udemy.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/coconut16.png",
            "32": "\/images\/coconut32.png"
        }
    },
    "icons": {
        "16": "\/images\/coconut16.png",
        "32": "\/images\/coconut32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/course\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "progressScript.js"
            ]
        }
    ]
}