CaptionPop

Language Learning with YouTube captions

CaptionPopคืออะไร?

CaptionPop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://captionpop.com และคุณลักษณะหลักของมันคือ "Language Learning with YouTube captions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CaptionPop

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}