Udemy Reset

Reset Udemy Curriculum Progress

什么是Udemy Reset?

Udemy Reset是由Rafael Negron开发的Chrome扩展程序,该扩展的主要功能是“Reset Udemy Curriculum Progress”。

扩展截图

screenshot
screenshot

下载Udemy Reset扩展crx文件

下载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"
}