CaptionPop
Language Learning with YouTube captions
CaptionPopとは何ですか?
CaptionPopはhttps://captionpop.comによって開発されたChromeの拡張機能で、その主な機能は「Language Learning with YouTube captions」です。
拡張機能のスクリーンショット
CaptionPop拡張機能のCRXファイルをダウンロード
CaptionPop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | CaptionPop |
ID | oghhiiieljkjlkiednhchfbpbgadkeam |
公式URL | https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam |
説明 | Language Learning with YouTube captions |
ファイルサイズ | 60.06 KB |
インストール数 | 459 |
現在のバージョン | 1.0.6 |
最終更新日 | 2021-07-27 |
公開日 | 2020-07-23 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | https://captionpop.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.captionpop.com |
対応言語 | 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" } } |