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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |