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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}