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 |
官方網址 | 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 |
電子郵箱 | [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" } } |