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