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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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