Enhancer for Udemy

Features that improve the Udemy user experience.

Enhancer for Udemyคืออะไร?

Enhancer for Udemy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย craymaru และคุณลักษณะหลักของมันคือ "Features that improve the Udemy user experience."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhancer for Udemy

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

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

                        # Version
1.0.1 - bugfix

# Features

## Transcriptions to Subtitle
* Original and Translated subtitles
* Working with Chrome built-in GoogleTranslate
* Solved the problem of not translating in Chrome
* Support Fullscreen

# How to Use
1. Go to the lecture page where transcription is set.
2. Turn on Subtitles-> Subtitle Settings-> Show Below Video.
3. From the right-click menu etc., select "Translate to Your Language" and Google Translate.
4. Click the 😺 icon below the video to double the subtitles, and play it as it is for simultaneous translaterd-original translation.

# 機能

## トランスクリプションの字幕化
* 翻訳後の字幕とオリジナルの字幕を同時に表示します。

# 使い方
1. トランスクリプションが設定されているレクチャーページに移動します。
2. 字幕 -> 字幕設定 -> ビデオの下に表示をオンにします。
3. 右クリックメニューなどから、「日本語に翻訳」を選択しGoogle翻訳します。
4. 動画下の😺アイコンをクリックすると字幕が二重になり、そのまま再生すると日英同時翻訳になります。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enhancer for Udemy Enhancer for Udemy
ID iamafjcbkdibeiceembdmcdakbioaool
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enhancer-for-udemy/iamafjcbkdibeiceembdmcdakbioaool
คำอธิบาย Features that improve the Udemy user experience.
ขนาดไฟล์ 19.93 KB
จำนวนการติดตั้ง 247
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-01-11
วันที่เผยแพร่ 2021-01-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา craymaru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/craymaru/enhancer-for-udemy
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhancer for Udemy",
    "version": "1.0.1",
    "description": "Features that improve the Udemy user experience.",
    "icons": {
        "16": "src\/icons\/icon.png",
        "48": "src\/icons\/icon.png",
        "128": "src\/icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "src\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/course\/*\/learn\/lecture\/*"
            ],
            "js": [
                "src\/js\/load.js"
            ],
            "css": [
                "src\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/js\/*"
    ]
}