CaptionPop
Language Learning with YouTube captions
Cos'è CaptionPop?
CaptionPop è un'estensione di Chrome sviluppata da https://captionpop.com, e la sua funzione principale è "Language Learning with YouTube captions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CaptionPop
Scarica i file di estensione CaptionPop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CaptionPop |
ID | oghhiiieljkjlkiednhchfbpbgadkeam |
URL Ufficiale | https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam |
Descrizione | Language Learning with YouTube captions |
Dimensione del File | 60.06 KB |
Conteggio Installazioni | 459 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-07-27 |
Data di Pubblicazione | 2020-07-23 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | https://captionpop.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.captionpop.com |
Lingue Supportate | 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" } } |