Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

什么是Learn English with Youtube subtitles?

Learn English with Youtube subtitles是由https://eng4.me开发的Chrome扩展程序,该扩展的主要功能是“The application converts subtitles into sentences with highlighting grammatical structures”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Learn English with Youtube subtitles扩展crx文件

下载Learn English with Youtube subtitles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We convert English subtitles from youtube videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.                    

扩展基本信息

名称 Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
官方URL https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
简介 The application converts subtitles into sentences with highlighting grammatical structures
文件大小 26.71 KB
安装次数 320
当前版本 1.0.1
更新时间 2020-06-03
上架时间 2020-06-03
评分 5.00/5 共2次评分
开发者 https://eng4.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://eng4.me
帮助页面URL https://www.facebook.com/f.eng4.me
支持的语言 en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}