CaptionPop

Language Learning with YouTube captions

CaptionPop là gì?

CaptionPop là một tiện ích mở rộng Chrome được phát triển bởi https://captionpop.com, và tính năng chính của nó là "Language Learning with YouTube captions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CaptionPop

Tải xuống các tệp mở rộng CaptionPop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CaptionPop CaptionPop
ID oghhiiieljkjlkiednhchfbpbgadkeam
URL Chính Thức https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam
Mô tả Language Learning with YouTube captions
Kích Thước Tệp 60.06 KB
Số Lần Cài Đặt 459
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-07-27
Ngày Phát Hành 2020-07-23
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://captionpop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.captionpop.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}