Udemy Reset

Reset Udemy Curriculum Progress

Udemy Reset là gì?

Udemy Reset là một tiện ích mở rộng Chrome được phát triển bởi Rafael Negron, và tính năng chính của nó là "Reset Udemy Curriculum Progress".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy Reset

Tải xuống các tệp mở rộng Udemy Reset dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy Reset Udemy Reset
ID gekcecelcbhmapkiepahomgbhddjeile
URL Chính Thức https://chromewebstore.google.com/detail/udemy-reset/gekcecelcbhmapkiepahomgbhddjeile
Mô tả Reset Udemy Curriculum Progress
Kích Thước Tệp 12.29 KB
Số Lần Cài Đặt 11,472
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-04-07
Đánh Giá 4.79/5 Tổng số 57 Đánh Giá
Nhà Phát Triển Rafael Negron
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/User5842/udemy-reset
URL Trang Trợ Giúp https://github.com/User5842/udemy-reset/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}