Udemivity

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

Co je Udemivity?

Udemivity je rozšíření Chrome vyvinuté ken.khor.03, a jeho hlavní funkcí je „Udemivity is a tool to help boost your productivity while using Udemy.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Udemivity

Stáhněte si soubory rozšíření Udemivity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Udemivity Udemivity
ID noiplkjjofobodeodpbiocgcmkldeldl
Oficiální URL https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl
Popis Udemivity is a tool to help boost your productivity while using Udemy.
Velikost souboru 99.62 KB
Počet instalací 38
Aktuální Verze 1.0
Poslední Aktualizace 2021-06-24
Datum Vydání 2021-06-23
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář ken.khor.03
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}