Udemy voice over

Speech voice over Udemy course

Udemy voice overคืออะไร?

Udemy voice over เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pin-cnx และคุณลักษณะหลักของมันคือ "Speech voice over Udemy course"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy voice over

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}