Udemy 2 pdf
This is a tool helps you to store your udemy notes as a handbook.
Udemy 2 pdf란 무엇입니까?
Udemy 2 pdf은(는) navidshad72에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a tool helps you to store your udemy notes as a handbook."입니다.
확장 프로그램 스크린샷
Udemy 2 pdf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 :)
확장 프로그램 기본 정보
이름 | Udemy 2 pdf |
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" } } |