DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
ما هو DoubleTedder؟
DoubleTedder هو إضافة Chrome تم تطويرها بواسطة hrak24، والميزة الرئيسية لها هي "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DoubleTedder
قم بتنزيل ملفات الامتداد DoubleTedder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Learn whole phrases from TED. - Show subtitle of your language along with English subtitle at once. - Auto-stop at the end of phrases so you can look into the subtitles. - Backward 3s / 1 phrase by button or keyboard to repeat phrases you missed.
معلومات أساسية عن التمديد
الاسم | DoubleTedder |
ID | fegapncdamjhcaofcobgedeppgdhpled |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
الوصف | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
حجم الملف | 14.02 KB |
عدد التثبيتات | 1,256 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-07-24 |
تاريخ النشر | 2017-07-24 |
تقييم | 4.57/5 مجموع تقييمات 7 |
المطور | hrak24 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DoubleTedder", "version": "1.0.2", "description": "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.", "content_scripts": [ { "matches": [ "https:\/\/www.ted.com\/*" ], "js": [ "doubleTedder.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.htm", "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.ted.com\/*" ], "icons": { "128": "icon.png" } } |