Udemy Subtitle Translator - Yakuu

Subtitle translator for Udemy. Also, Show YouTube subtitles to the corresponding language, No need for hierarchical menu selection.

Udemy Subtitle Translator - Yakuuคืออะไร?

Udemy Subtitle Translator - Yakuu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Orz99 และคุณลักษณะหลักของมันคือ "Subtitle translator for Udemy. Also, Show YouTube subtitles to the corresponding language, No need for hierarchical menu selection."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Subtitle Translator - Yakuu

ดาวน์โหลดไฟล์ส่วนขยาย Udemy Subtitle Translator - Yakuu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Learning Anywhere - in Any Languages.

Enables Udemy course subtitles to be translated and displayed in dual language mode.
Translation subtitles now natively support various display modes including full screen and auto-paging

Automatic display of translated subtitles in local languages when watching YouTube videos.

Usage of Udemy
That's it -- just open any Udemy course and enable captioning.

Usage of YouTube
Just click the subtitle icon on the video to enable subtitles, you don't have to open the options icon to specify the language each time.

How to show the Yakuu icon in the toolbar
1. Select "Extensions"
2. Find the Yakuu extension
3. Select Pin to show Yakuu icon in the toolbar

Use the toolbar icon to enable or disable Yakuu extension at any time.


v1.2.0.0 ( 2023/02/19 )

All:
Supports all languages ​​provided by Google Translate
Add the feature of specifying the target language for translation.
You can choose which language you want the subtitle to be translated into.


Udemy:
Supports early subtitle formats.
Translation subtitles now natively support various display modes including full screen and auto-paging.
Add bilingual subtitle feature, allowing you to switch between single and dual language subtitles at any time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Udemy Subtitle Translator - Yakuu Udemy Subtitle Translator - Yakuu
ID mfjgefhkaljdlpmnnfcaebgmchfhakcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/udemy-subtitle-translator/mfjgefhkaljdlpmnnfcaebgmchfhakcf
คำอธิบาย Subtitle translator for Udemy. Also, Show YouTube subtitles to the corresponding language, No need for hierarchical menu selection.
ขนาดไฟล์ 72.37 KB
จำนวนการติดตั้ง 8,023
เวอร์ชันปัจจุบัน 1.2.0.0
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2021-02-18
คะแนน 4.21/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Orz99
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yakuu.dado.tw
URL หน้าช่วยเหลือ https://yakuu.dado.tw/contact
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/youtube.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "content_scripts\/udemy.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/*.udemy.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/translate.googleapis.com\/*"
    ]
}