Udemy voice over
Speech voice over Udemy course
Udemy voice overとは何ですか?
Udemy voice overはpin-cnxによって開発されたChromeの拡張機能で、その主な機能は「Speech voice over Udemy course」です。
拡張機能のスクリーンショット
Udemy voice over拡張機能のCRXファイルをダウンロード
Udemy voice over拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension when you can not understand accent of instructor.
It will activate and run only when you open transcript option in video.
(This extension use chrome Text-to-speech for premium Google wavenet Text-to-speech please set access token on options page) 拡張機能の基本情報
| 名前 | |
| ID | ooelnibldjpdjfpfebbcibmkmhnnddib |
| 公式URL | https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib |
| 説明 | Speech voice over Udemy course |
| ファイルサイズ | 152 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2020-09-18 |
| 公開日 | 2020-09-16 |
| 開発者 | pin-cnx |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/pin-cnx/udemy-voice-over |
| ヘルプページのURL | https://github.com/pin-cnx/udemy-voice-over |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Udemy voice over",
"version": "0.0.3",
"manifest_version": 2,
"description": "Speech voice over Udemy course",
"homepage_url": "https:\/\/github.com\/pin-cnx\/udemy-voice-over",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"https:\/\/www.udemy.com\/course\/*"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/www.udemy.com\/course\/*"
],
"js": [
"js\/jquery\/jquery.js",
"src\/inject\/inject.js"
]
}
]
} | |