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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}