Udemy voice over

Speech voice over Udemy course

什么是Udemy voice over?

Udemy voice over是由pin-cnx开发的Chrome扩展程序,该扩展的主要功能是“Speech voice over Udemy course”。

扩展截图

screenshot
screenshot

下载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)                    

扩展基本信息

名称 Udemy voice over Udemy voice over
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
电子邮箱 [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"
            ]
        }
    ]
}