Subtitle Google Translate (Lynda,LinkedIn,..)
Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
O que é Subtitle Google Translate (Lynda,LinkedIn,..)?
Subtitle Google Translate (Lynda,LinkedIn,..) é uma extensão do Chrome desenvolvida por Yousif Shanshel, e sua principal característica é "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Subtitle Google Translate (Lynda,LinkedIn,..)
Baixe arquivos de extensão Subtitle Google Translate (Lynda,LinkedIn,..) 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
This extensions, Fix Google Translate for (Subtitle) for any videos in popular websites like "Lynda, LinkedIn Learning" If You Like to add support to another website, please leave the link in comments - Ver 0.4: * Add Support to fullscreen page subtitle * Fix Issue with LinkedIn Website, it was "Can't Navigate After Translate" - Ver 0.3: Fix Lynda Translate subtitle wasn't working correctly - Ver 0.2: Now It's Also Support linkedin Learning
Informações Básicas da Extensão
Nome | Subtitle Google Translate (Lynda,LinkedIn,..) |
ID | gliplldjplmfocfpkbpmaikmeiildjel |
URL Oficial | https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel |
Descrição | Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc |
Tamanho do Arquivo | 39.04 KB |
Contagem de Instalações | 1,593 |
Versão Atual | 0.4.3 |
Última Atualização | 2018-04-02 |
Data de Publicação | 2018-04-02 |
Classificação | 2.56/5 Total de 16 Avaliações |
Desenvolvedor | Yousif Shanshel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subtitle Google Translate (Lynda,LinkedIn,..)", "short_name": "Subtitle Translator", "description": "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc", "version": "0.4.3", "browser_action": { "default_icon": "icon.png" }, "author": "Yousif Shanshel", "content_scripts": [ { "matches": [ "https:\/\/www.lynda.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "content.js", "jquery.js" ] } ] } |