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はtakumi-hashによって開発されたChromeの拡張機能で、その主な機能は「Auto Translate captions with Deepl API on Udemy and Coursera.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DeBabel — Auto translate for online courses拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}