Udemivity

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

Wat is Udemivity?

Udemivity is een Chrome-extensie ontwikkeld door ken.khor.03, en de belangrijkste functie is "Udemivity is a tool to help boost your productivity while using Udemy.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Udemivity

Download Udemivity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Udemivity Udemivity
ID noiplkjjofobodeodpbiocgcmkldeldl
Officiële URL https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl
Beschrijving Udemivity is a tool to help boost your productivity while using Udemy.
Bestandsgrootte 99.62 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2021-06-24
Publicatiedatum 2021-06-23
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ken.khor.03
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}