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