Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
O que é Udemy 2 pdf?
Udemy 2 pdf é uma extensão do Chrome desenvolvida por navidshad72, e sua principal característica é "This is a tool helps you to store your udemy notes as a handbook.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Udemy 2 pdf
Baixe arquivos de extensão Udemy 2 pdf 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
Writing notes is a common activity a smart learner always do to have a handbook from the course. if you use Udemy courses this tool can helps you to convert your notes to a handbook just by one click. How it works? - Download the Udemy 2 pdf extension - Go to your Udemy course - Select note tab - Select Udemy 2 pdf icon from your extensions and then 'Create pdf' button Feel free to help me improve this tool :)
Informações Básicas da Extensão
Nome | Udemy 2 pdf |
ID | iiffpbagnlljnepaahnnehojfiaifnmi |
URL Oficial | https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi |
Descrição | This is a tool helps you to store your udemy notes as a handbook. |
Tamanho do Arquivo | 1.49 MB |
Contagem de Instalações | 107 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-06-23 |
Data de Publicação | 2022-06-23 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | navidshad72 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy 2 pdf", "description": "This is a tool helps you to store your udemy notes as a handbook.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "\/imgs\/icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/course\/*\/learn\/lecture\/*" ], "run_at": "document_idle", "js": [ "main.js" ] } ], "icons": { "128": "\/imgs\/icon.png" } } |