Learn English with NETFLIX

The application converts subtitles into sentences with highlighting grammatical structures

Learn English with NETFLIXとは何ですか?

Learn English with NETFLIXはhttps://eng4.meによって開発されたChromeの拡張機能で、その主な機能は「The application converts subtitles into sentences with highlighting grammatical structures」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Learn English with NETFLIX拡張機能のCRXファイルをダウンロード

Learn English with NETFLIX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The application converts subtitles into sentences with highlighting grammatical structures
We convert English subtitles from netflix 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 NETFLIX Learn English with NETFLIX
ID kjlgnhhbebdhgeajbnjilhacdilmipgg
公式URL https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg
説明 The application converts subtitles into sentences with highlighting grammatical structures
ファイルサイズ 22.04 KB
インストール数 839
現在のバージョン 1.0.3
最終更新日 2020-09-09
公開日 2020-09-05
開発者 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.3",
    "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:\/\/*.netflix.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "netflix_eng4-me.js",
        "netflix_eng4-me.css"
    ]
}