CaptionPop

Language Learning with YouTube captions

CaptionPop란 무엇입니까?

CaptionPop은(는) https://captionpop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Language Learning with YouTube captions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CaptionPop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}