Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
ما هو Udemy 2 pdf؟
Udemy 2 pdf هو إضافة Chrome تم تطويرها بواسطة navidshad72، والميزة الرئيسية لها هي "This is a tool helps you to store your udemy notes as a handbook.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Udemy 2 pdf
قم بتنزيل ملفات الامتداد Udemy 2 pdf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 :) معلومات أساسية عن التمديد
| الاسم | |
| ID | iiffpbagnlljnepaahnnehojfiaifnmi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/udemy-2-pdf/iiffpbagnlljnepaahnnehojfiaifnmi |
| الوصف | This is a tool helps you to store your udemy notes as a handbook. |
| حجم الملف | 1.49 MB |
| عدد التثبيتات | 107 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2022-06-23 |
| تاريخ النشر | 2022-06-23 |
| تقييم | 2.00/5 مجموع تقييمات 1 |
| المطور | navidshad72 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
} | |