DeBabel — Auto translate for online courses

Auto Translate captions with Deepl API on Udemy and Coursera.

O que é DeBabel — Auto translate for online courses?

DeBabel — Auto translate for online courses é uma extensão do Chrome desenvolvida por takumi-hash, e sua principal característica é "Auto Translate captions with Deepl API on Udemy and Coursera.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DeBabel — Auto translate for online courses

Baixe arquivos de extensão DeBabel — Auto translate for online courses no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        💡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.                    

Informações Básicas da Extensão

Nome DeBabel — Auto translate for online courses DeBabel — Auto translate for online courses
ID mmagihnekamepojkfmakjaclpddnpjji
URL Oficial https://chromewebstore.google.com/detail/debabel-%E2%80%94-auto-translate/mmagihnekamepojkfmakjaclpddnpjji
Descrição Auto Translate captions with Deepl API on Udemy and Coursera.
Tamanho do Arquivo 2.3 MB
Contagem de Instalações 91
Versão Atual 3.0
Última Atualização 2023-01-30
Data de Publicação 2023-01-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor takumi-hash
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}