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
Eメール [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"
            ]
        }
    ]
}