Udacity YT subtitles viewer

Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.

ما هو Udacity YT subtitles viewer؟

Udacity YT subtitles viewer هو إضافة Chrome تم تطويرها بواسطة IgorKurkov، والميزة الرئيسية لها هي "Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Udacity YT subtitles viewer

قم بتنزيل ملفات الامتداد Udacity YT subtitles viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Views subtitles of Udacity.com youtube video on the same page. 
Really useful for learning english new technical words. 
Most efficient with 'lingualeo addon' -
https://chrome.google.com/webstore/detail/lingualeo-english-transla/nglbhlefjhcjockellmeclkcijildjhi?utm_source=chrome-app-launcher-info-dialog

If you want to save new english words from subtitles on Udacity.com to Lingualeo vocabulary - you must:
1. Install "LinguaLeo English Translator" addon, 
2. Register on Lingualeo.com. 
3. Install "Udacity YT subtitles viewer" addon
Have a fun!)

Only for Udacity.com pages (now)                    

معلومات أساسية عن التمديد

الاسم Udacity YT subtitles viewer Udacity YT subtitles viewer
ID phmkmmaonaailokhjpfpcegeonbblgjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/udacity-yt-subtitles-view/phmkmmaonaailokhjpfpcegeonbblgjd
الوصف Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.
حجم الملف 9.68 KB
عدد التثبيتات 279
النسخة الحالية 1.2
آخر تحديث 2017-12-21
تاريخ النشر 2017-12-21
تقييم 3.00/5 مجموع تقييمات 2
المطور IgorKurkov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udacity YT subtitles viewer",
    "description": "Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/IgorKurkov",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}