CaptionPop
Language Learning with YouTube captions
ما هو CaptionPop؟
CaptionPop هو إضافة Chrome تم تطويرها بواسطة https://captionpop.com، والميزة الرئيسية لها هي "Language Learning with YouTube captions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CaptionPop
قم بتنزيل ملفات الامتداد CaptionPop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |