Udemy Reset
Reset Udemy Curriculum Progress
O que é Udemy Reset?
Udemy Reset é uma extensão do Chrome desenvolvida por Rafael Negron, e sua principal característica é "Reset Udemy Curriculum Progress".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Udemy Reset
Baixe arquivos de extensão Udemy Reset no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Udemy Reset |
ID | gekcecelcbhmapkiepahomgbhddjeile |
URL Oficial | https://chromewebstore.google.com/detail/udemy-reset/gekcecelcbhmapkiepahomgbhddjeile |
Descrição | Reset Udemy Curriculum Progress |
Tamanho do Arquivo | 12.29 KB |
Contagem de Instalações | 11,472 |
Versão Atual | 1.1 |
Última Atualização | 2022-12-09 |
Data de Publicação | 2022-04-07 |
Classificação | 4.79/5 Total de 57 Avaliações |
Desenvolvedor | Rafael Negron |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/User5842/udemy-reset |
URL da Página de Ajuda | https://github.com/User5842/udemy-reset/issues |
Idiomas Suportados | 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" } |