CaptionPop
Language Learning with YouTube captions
O que é CaptionPop?
CaptionPop é uma extensão do Chrome desenvolvida por https://captionpop.com, e sua principal característica é "Language Learning with YouTube captions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CaptionPop
Baixe arquivos de extensão CaptionPop 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
CaptionPop allows you to watch YouTube videos with multiple subtitles at once. This is useful for language learners. After installing, each video on YouTube will be shown with a list of subtitles that are available for that video. Clicking on the subtitle list will link you to the CaptionPop player, so you can watch with multiple subtitles at once. More features: - Repeat the last sentence with a single keystroke. - Optionally blur subtitles until you mouse over them. - Bookmark individual subtitles to study later. - Highlight text to translate. - Build interactive study flashcards from video clips.
Informações Básicas da Extensão
Nome | CaptionPop |
ID | oghhiiieljkjlkiednhchfbpbgadkeam |
URL Oficial | https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam |
Descrição | Language Learning with YouTube captions |
Tamanho do Arquivo | 60.06 KB |
Contagem de Instalações | 459 |
Versão Atual | 1.0.6 |
Última Atualização | 2021-07-27 |
Data de Publicação | 2020-07-23 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | https://captionpop.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.captionpop.com |
Idiomas Suportados | en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0.6", "background": { "peristent": false, "page": "background.html" }, "default_locale": "en", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-contentScript.js" ] }, { "matches": [ "https:\/\/*.captionpop.com\/*" ], "js": [ "captionpop-contentScript.js" ] } ], "web_accessible_resources": [ "popcorn.svg" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |