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是由IgorKurkov開發的Chrome擴展程式,該擴展的主要功能是“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

下載Udacity YT subtitles viewer擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}