Udemy Reset

Reset Udemy Curriculum Progress

Τι είναι το Udemy Reset;

Το Udemy Reset είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rafael Negron, και η κύρια λειτουργία του είναι "Reset Udemy Curriculum Progress".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Udemy Reset

Λήψη αρχείων επέκτασης Udemy Reset σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        An extension used to reset the progress of a course on the Udemy website.

Instructions for usage:

1. Navigate to a course on Udemy that you already have some progress on.
2. Ensure that the Course Content panel is open (it's okay if you're on the mobile or desktop view).
3. Click on the Reset Progress button on the extension popup.
4. You'll see a slight animation (it's user feedback to let you know it's working!), and the panels will expand and then close, leaving your progress at 0.
5. Enjoy the fresh start!

Looking to contribute and/or check out the source?

Visit https://github.com/User5842/udemy-reset.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Udemy Reset Udemy Reset
ID gekcecelcbhmapkiepahomgbhddjeile
Επίσημο URL https://chromewebstore.google.com/detail/udemy-reset/gekcecelcbhmapkiepahomgbhddjeile
Περιγραφή Reset Udemy Curriculum Progress
Μέγεθος Αρχείου 12.29 KB
Αριθμός Εγκαταστάσεων 11,472
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-12-09
Ημερομηνία Δημοσίευσης 2022-04-07
Αξιολόγηση 4.79/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής Rafael Negron
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/User5842/udemy-reset
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/User5842/udemy-reset/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/pencil.ico",
            "32": "\/images\/pencil.ico",
            "48": "\/images\/pencil.ico",
            "128": "\/images\/pencil.ico"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.udemy.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "description": "Reset Udemy Curriculum Progress",
    "icons": {
        "16": "\/images\/pencil.ico",
        "32": "\/images\/pencil.ico",
        "48": "\/images\/pencil.ico",
        "128": "\/images\/pencil.ico"
    },
    "manifest_version": 3,
    "name": "Udemy Reset",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "1.1"
}