Learn English with Youtube subtitles
The application converts subtitles into sentences with highlighting grammatical structures
ما هو Learn English with Youtube subtitles؟
Learn English with Youtube subtitles هو إضافة Chrome تم تطويرها بواسطة https://eng4.me، والميزة الرئيسية لها هي "The application converts subtitles into sentences with highlighting grammatical structures".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Learn English with Youtube subtitles
قم بتنزيل ملفات الامتداد Learn English with Youtube subtitles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
We convert English subtitles from youtube videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.
معلومات أساسية عن التمديد
الاسم | |
ID | kbpeagbddfkphnkphggbioocopckobmf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf |
الوصف | The application converts subtitles into sentences with highlighting grammatical structures |
حجم الملف | 26.71 KB |
عدد التثبيتات | 320 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-06-03 |
تاريخ النشر | 2020-06-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://eng4.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://eng4.me |
عنوان صفحة المساعدة | https://www.facebook.com/f.eng4.me |
اللغات المدعومة | en,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "permissions": [ "declarativeContent", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |