DeBabel — Auto translate for online courses
Auto Translate captions with Deepl API on Udemy and Coursera.
DeBabel — Auto translate for online courses란 무엇입니까?
DeBabel — Auto translate for online courses은(는) takumi-hash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Translate captions with Deepl API on Udemy and Coursera."입니다.
확장 프로그램 스크린샷
DeBabel — Auto translate for online courses 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💡Unlock the world of e-learning with DeBabel.💡 DeBabel is the ultimate tool for global e-learning. With our extension, you can easily translate Udemy captions into multiple languages with the power of the DeepL API. Never let language barriers hold you back again. ⭐How to Use⭐ 1. Please acquire a DeepL API Key from official page first. You can get one for free from here (https://www.deepl.com/ja/pro-api). 2. Open DeBabel settings by right-clicking on the extension icon and select “Options”. 3. Paste the API key in the text area, and hit “Save”, and choose the target language (your familiar language). 4. You’re ready🥳 Open up Udemy or Coursera and start a video. Translate will start automatically.
확장 프로그램 기본 정보
이름 | DeBabel — Auto translate for online courses |
ID | mmagihnekamepojkfmakjaclpddnpjji |
공식 URL | https://chromewebstore.google.com/detail/debabel-%E2%80%94-auto-translate/mmagihnekamepojkfmakjaclpddnpjji |
설명 | Auto Translate captions with Deepl API on Udemy and Coursera. |
파일 크기 | 2.3 MB |
설치 횟수 | 91 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-01-30 |
출시 날짜 | 2023-01-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | takumi-hash |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeBabel \u2014 Auto translate for online courses", "description": "Auto Translate captions with Deepl API on Udemy and Coursera.", "version": "3.0", "manifest_version": 3, "permissions": [ "storage" ], "options_page": "options\/options.html", "action": { "default_popup": "popup.html" }, "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/*", "https:\/\/*.coursera.org\/*" ], "js": [ "src\/libs\/jquery-3.6.0.min.js", "src\/content-script.js" ], "css": [ "src\/custom-style.css" ], "run_at": "document_end", "all_frames": true } ] } |