Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
Cos'è Udemy 2 pdf?
Udemy 2 pdf è un'estensione di Chrome sviluppata da navidshad72, e la sua funzione principale è "This is a tool helps you to store your udemy notes as a handbook.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Udemy 2 pdf
Scarica i file di estensione Udemy 2 pdf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :) Informazioni di Base sull'Estensione
| Nome | |
| ID | iiffpbagnlljnepaahnnehojfiaifnmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi |
| Descrizione | This is a tool helps you to store your udemy notes as a handbook. |
| Dimensione del File | 1.49 MB |
| Conteggio Installazioni | 107 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-06-23 |
| Data di Pubblicazione | 2022-06-23 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | navidshad72 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |