Enhancer for Udemy

Features that improve the Udemy user experience.

Enhancer for Udemy란 무엇입니까?

Enhancer for Udemy은(는) craymaru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Features that improve the Udemy user experience."입니다.

확장 프로그램 스크린샷

screenshot

Enhancer for Udemy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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\/*"
    ]
}