Udemy voice over
Speech voice over Udemy course
Udemy voice over là gì?
Udemy voice over là một tiện ích mở rộng Chrome được phát triển bởi pin-cnx, và tính năng chính của nó là "Speech voice over Udemy course".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Udemy voice over
Tải xuống các tệp mở rộng Udemy voice over dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Udemy voice over |
ID | ooelnibldjpdjfpfebbcibmkmhnnddib |
URL Chính Thức | https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib |
Mô tả | Speech voice over Udemy course |
Kích Thước Tệp | 152 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-09-18 |
Ngày Phát Hành | 2020-09-16 |
Nhà Phát Triển | pin-cnx |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pin-cnx/udemy-voice-over |
URL Trang Trợ Giúp | https://github.com/pin-cnx/udemy-voice-over |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |