Learn English with NETFLIX
The application converts subtitles into sentences with highlighting grammatical structures
Wat is Learn English with NETFLIX?
Learn English with NETFLIX is een Chrome-extensie ontwikkeld door https://eng4.me, en de belangrijkste functie is "The application converts subtitles into sentences with highlighting grammatical structures".
Extensie Screenshots
Download het CRX-bestand van de extensie Learn English with NETFLIX
Download Learn English with NETFLIX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kjlgnhhbebdhgeajbnjilhacdilmipgg |
Officiële URL | https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg |
Beschrijving | The application converts subtitles into sentences with highlighting grammatical structures |
Bestandsgrootte | 22.04 KB |
Aantal Installaties | 839 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-09-09 |
Publicatiedatum | 2020-09-05 |
Ontwikkelaar | https://eng4.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://eng4.me |
Help Pagina-URL | https://www.facebook.com/f.eng4.me/ |
Ondersteunde Talen | 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" ] } |