Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
Wat is Udemy 2 pdf?
Udemy 2 pdf is een Chrome-extensie ontwikkeld door navidshad72, en de belangrijkste functie is "This is a tool helps you to store your udemy notes as a handbook.".
Extensie Screenshots
Download het CRX-bestand van de extensie Udemy 2 pdf
Download Udemy 2 pdf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Udemy 2 pdf |
ID | iiffpbagnlljnepaahnnehojfiaifnmi |
Officiële URL | https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi |
Beschrijving | This is a tool helps you to store your udemy notes as a handbook. |
Bestandsgrootte | 1.49 MB |
Aantal Installaties | 107 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-06-23 |
Publicatiedatum | 2022-06-23 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | navidshad72 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |