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
官方網址 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"
            ]
        }
    ]
}