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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}