Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
What is Udemy 2 pdf?
Udemy 2 pdf is a Chrome extension developed by navidshad72, and its main feature is "This is a tool helps you to store your udemy notes as a handbook.".
Extension Screenshots
Download Udemy 2 pdf Extension CRX File
Download Udemy 2 pdf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Udemy 2 pdf |
ID | iiffpbagnlljnepaahnnehojfiaifnmi |
Official URL | https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi |
Description | This is a tool helps you to store your udemy notes as a handbook. |
File Size | 1.49 MB |
Installation Count | 107 |
Current Version | 1.0.1 |
Last Updated | 2022-06-23 |
Publish Date | 2022-06-23 |
Rating | 2.00/5 Total 1 Ratings |
Developer | navidshad72 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |