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文件

下載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
官方網址 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\/*"
    ]
}