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.」です。
拡張機能のスクリーンショット
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. 動画下の😺アイコンをクリックすると字幕が二重になり、そのまま再生すると日英同時翻訳になります。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |