Learn English with Youtube subtitles
The application converts subtitles into sentences with highlighting grammatical structures
O que é Learn English with Youtube subtitles?
Learn English with Youtube subtitles é uma extensão do Chrome desenvolvida por https://eng4.me, e sua principal característica é "The application converts subtitles into sentences with highlighting grammatical structures".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Learn English with Youtube subtitles
Baixe arquivos de extensão Learn English with Youtube subtitles 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
We convert English subtitles from youtube videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.
Informações Básicas da Extensão
Nome | |
ID | kbpeagbddfkphnkphggbioocopckobmf |
URL Oficial | https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf |
Descrição | The application converts subtitles into sentences with highlighting grammatical structures |
Tamanho do Arquivo | 26.71 KB |
Contagem de Instalações | 320 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-06-03 |
Data de Publicação | 2020-06-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://eng4.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://eng4.me |
URL da Página de Ajuda | https://www.facebook.com/f.eng4.me |
Idiomas Suportados | en,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "permissions": [ "declarativeContent", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |