DeBabel — Auto translate for online courses

Auto Translate captions with Deepl API on Udemy and Coursera.

DeBabel — Auto translate for online coursesคืออะไร?

DeBabel — Auto translate for online courses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย takumi-hash และคุณลักษณะหลักของมันคือ "Auto Translate captions with Deepl API on Udemy and Coursera."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeBabel — Auto translate for online courses

ดาวน์โหลดไฟล์ส่วนขยาย DeBabel — Auto translate for online courses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        💡Unlock the world of e-learning with DeBabel.💡

DeBabel is the ultimate tool for global e-learning. With our extension, you can easily translate Udemy captions into multiple languages with the power of the DeepL API. Never let language barriers hold you back again.

⭐How to Use⭐
1. Please acquire a DeepL API Key from official page first. You can get one for free from here (https://www.deepl.com/ja/pro-api).
2. Open DeBabel settings by right-clicking on the extension icon and select “Options”.
3. Paste the API key in the text area, and hit “Save”, and choose the target language (your familiar language).
4. You’re ready🥳 Open up Udemy or Coursera and start a video. Translate will start automatically.                    

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

ชื่อ DeBabel — Auto translate for online courses DeBabel — Auto translate for online courses
ID mmagihnekamepojkfmakjaclpddnpjji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/debabel-%E2%80%94-auto-translate/mmagihnekamepojkfmakjaclpddnpjji
คำอธิบาย Auto Translate captions with Deepl API on Udemy and Coursera.
ขนาดไฟล์ 2.3 MB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2023-01-30
วันที่เผยแพร่ 2023-01-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา takumi-hash
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeBabel \u2014 Auto translate for online courses",
    "description": "Auto Translate captions with Deepl API on Udemy and Coursera.",
    "version": "3.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*",
                "https:\/\/*.coursera.org\/*"
            ],
            "js": [
                "src\/libs\/jquery-3.6.0.min.js",
                "src\/content-script.js"
            ],
            "css": [
                "src\/custom-style.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}