Learn English with NETFLIX

The application converts subtitles into sentences with highlighting grammatical structures

Learn English with NETFLIX là gì?

Learn English with NETFLIX là một tiện ích mở rộng Chrome được phát triển bởi https://eng4.me, và tính năng chính của nó là "The application converts subtitles into sentences with highlighting grammatical structures".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Learn English with NETFLIX

Tải xuống các tệp mở rộng Learn English with NETFLIX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Learn English with NETFLIX Learn English with NETFLIX
ID kjlgnhhbebdhgeajbnjilhacdilmipgg
URL Chính Thức https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg
Mô tả The application converts subtitles into sentences with highlighting grammatical structures
Kích Thước Tệp 22.04 KB
Số Lần Cài Đặt 839
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-09-05
Nhà Phát Triển https://eng4.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eng4.me
URL Trang Trợ Giúp https://www.facebook.com/f.eng4.me/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}