유데미 한글 자막
Udemy의 강의를 Google Chrome의 Translate로 번역하기
What is 유데미 한글 자막?
유데미 한글 자막 is a Chrome extension developed by 메바동, and its main feature is "Udemy의 강의를 Google Chrome의 Translate로 번역하기".
Extension Screenshots
Download 유데미 한글 자막 Extension CRX File
Download 유데미 한글 자막 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
Udemy의 강의 자막을 한글로 번역해줍니다. 자막은 영어, 한글 동시 자막이 표시됩니다. 📢Udemy의 스크립트를 Chrome의 번역 기능을 이용해 자동 번역을 진행합니다. 매끄러운 번역이 아닐 수 있습니다. 😔아직 미완성이라 오류가 많습니다.. 미흡한 부분을 지적해주신다면 감사합니다. 아이콘 출처 Icons made by photo3idea_studio from www.flaticon.com Icons made by Freepik from www.flaticon.com
Extension Basic Information
Name | 유데미 한글 자막 |
ID | hbacjdnfpgfdklcfdcomhgdcaogppddc |
Official URL | https://chromewebstore.google.com/detail/%EC%9C%A0%EB%8D%B0%EB%AF%B8-%ED%95%9C%EA%B8%80-%EC%9E%90%EB%A7%89/hbacjdnfpgfdklcfdcomhgdcaogppddc |
Description | Udemy의 강의를 Google Chrome의 Translate로 번역하기 |
File Size | 82.38 KB |
Installation Count | 10,000 |
Current Version | 0.6.4 |
Last Updated | 2023-11-21 |
Publish Date | 2021-05-20 |
Rating | 4.78/5 Total 113 Ratings |
Developer | 메바동 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\uc720\ub370\ubbf8 \ud55c\uae00 \uc790\ub9c9", "description": "Udemy\uc758 \uac15\uc758\ub97c Google Chrome\uc758 Translate\ub85c \ubc88\uc5ed\ud558\uae30", "version": "0.6.4", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "https:\/\/*.udemy.com\/course\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/course\/*" ], "js": [ "js\/udemy_korean_translate.js", "js\/google_translate.js" ], "css": [ "css\/udemy_korean_translate.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "js\/udemy_korean_translate.js", "js\/google_translate.js", "css\/udemy_korean_translate.css", "images\/menu_icon.png" ] } |