Udemivity

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

Apa itu Udemivity?

Udemivity adalah ekstensi Chrome yang dikembangkan oleh ken.khor.03, dan fitur utamanya adalah "Udemivity is a tool to help boost your productivity while using Udemy.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Udemivity

Unduh file ekstensi Udemivity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Udemivity Udemivity
ID noiplkjjofobodeodpbiocgcmkldeldl
URL Resmi https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl
Deskripsi Udemivity is a tool to help boost your productivity while using Udemy.
Ukuran File 99.62 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2021-06-23
Penilaian 3.00/5 Total 3 Penilaian
Pengembang ken.khor.03
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}