CST - Coursera Subtitle Translation
Coursera Subtitle Translation. Dual language. (lexxai)
CST - Coursera Subtitle Translation란 무엇입니까?
CST - Coursera Subtitle Translation은(는) https://lexxai.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coursera Subtitle Translation. Dual language. (lexxai)"입니다.
확장 프로그램 스크린샷
CST - Coursera Subtitle Translation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CST Extension: Real-Time Subtitle Translation for Coursera Videos. The CST Extension is a powerful browser extension designed to enhance your learning experience on Coursera by providing real-time subtitle translation from English to your preferred language. With this extension, you can effortlessly translate subtitles in videos while watching courses, enabling you to better understand the content and grasp important terms and context accurately. Key Features: Seamless Subtitle Translation: The CST Extension integrates seamlessly with Coursera's video player, allowing you to translate subtitles in real time. As the video plays, the extension automatically detects the English subtitles and provides instant translations into your chosen language. This feature eliminates the need for manual translation or external tools, making the learning process smoother and more efficient. Dual Subtitle Display: The translated subtitles are presented alongside the original English subtitles, providing a side-by-side comparison. This unique feature enables you to comprehend the material more comprehensively by gaining insights into the specific terminologies and contextual nuances used in the course. By having both translations at your disposal, you can ensure a more accurate understanding of the subject matter. Adjustable Subtitle Size: The CST Extension allows you to customize the size of the displayed subtitles according to your preferences. Whether you prefer larger subtitles for better readability or smaller ones for a less intrusive viewing experience, this feature provides you with the flexibility to adjust the subtitle size to suit your needs. The CST Extension is an invaluable tool for Coursera learners who are non-native English speakers or those seeking a deeper understanding of the course content. By enabling real-time subtitle translation and offering a dual subtitle display, it empowers users to overcome language barriers and grasp the material with greater clarity. Improve your learning journey on Coursera today with the CST Extension. An external translation system from Google was used. https://github.com/lexxai/coursera-subtitle-translate-extension
확장 프로그램 기본 정보
이름 | CST - Coursera Subtitle Translation |
ID | dflliggaoffmbngkophcejkhkllaebjn |
공식 URL | https://chromewebstore.google.com/detail/cst-coursera-subtitle-tra/dflliggaoffmbngkophcejkhkllaebjn |
설명 | Coursera Subtitle Translation. Dual language. (lexxai) |
파일 크기 | 142 KB |
설치 횟수 | 432 |
현재 버전 | 1.4.4 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2023-07-07 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://lexxai.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lexxai/coursera-subtitle-translate-extension |
도움말 페이지 URL | https://github.com/lexxai/coursera-subtitle-translate-extension/issues |
지원되는 언어 | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_plug_name__", "description": "__MSG_plug_description__", "version": "1.4.4", "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*.coursera.org\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.coursera.org\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "default_locale": "en", "icons": { "16": "\/images\/cst-16x16.png", "32": "\/images\/cst-32x32.png", "64": "\/images\/cst-64x64.png", "128": "\/images\/cst-128x128.png" } } |