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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lazymonkey และคุณลักษณะหลักของมันคือ "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Subtitle Translator with Custom Style

ดาวน์โหลดไฟล์ส่วนขยาย Udemy Subtitle Translator with Custom Style ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [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 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
    }
}