Udemy Subtitle Translator with Custom Style
Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.
Udemy Subtitle Translator with Custom Style란 무엇입니까?
Udemy Subtitle Translator with Custom Style은(는) lazymonkey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners."입니다.
확장 프로그램 스크린샷
Udemy Subtitle Translator with Custom Style 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[2021/03 Working] 支援: - 字幕即時翻譯 (借助強大的 Google Translate 套件) - 雙語字幕模式 - 字幕樣式客製化 步驟: - 安裝Google Translate套件: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb - 至Udemy課程頁面,開啟英文字幕 - 開啟Transcript - 使用Google Translate套件翻譯頁面 - 字幕將即時翻譯 ------------------------------------------------------------------------------------------------------------- Support: - Udemy real-time subtitle translation by leveraging free and powerful "Google Translate". - Dual Mode, show translated and original subtitles together. - Customizable Subtitle Styles. Steps: - Install Google Translate Chrome Extension Plugin. https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb - Go to Udemy Course, and open "Transcript" - Click "Google Translate" plugin to translate the whole page to your language - The subtitle would be translated real-time.
확장 프로그램 기본 정보
이름 | Udemy Subtitle Translator with Custom Style |
ID | boobfniiepghnbeplehgjjmjnfehmnba |
공식 URL | https://chromewebstore.google.com/detail/udemy-subtitle-translator/boobfniiepghnbeplehgjjmjnfehmnba |
설명 | Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners. |
파일 크기 | 22.03 KB |
설치 횟수 | 4,561 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-03-03 |
출시 날짜 | 2021-02-28 |
평점 | 3.57/5 총 28 개의 평점 |
개발자 | lazymonkey |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://publichosting.web.app/privacy_policy.html |
지원되는 언어 | zh-CN |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "scripts\/content.min.js" ], "matches": [ "https:\/\/*.udemy.com\/*" ], "run_at": "document_end" } ], "description": "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.", "icons": { "48": "images\/icon-48x48.png", "32": "images\/icon-32x32.png", "16": "images\/icon-16x16.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Udemy Subtitle Translator with Custom Style", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "web_accessible_resources": [ "options.html" ], "permissions": [ "storage", "management", "tabs" ], "background": { "scripts": [ "background.min.js" ], "persistent": false } } |