Learn English with NETFLIX
The application converts subtitles into sentences with highlighting grammatical structures
Co to jest Learn English with NETFLIX?
Learn English with NETFLIX to rozszerzenie Chrome opracowane przez https://eng4.me, a jego główną funkcją jest „The application converts subtitles into sentences with highlighting grammatical structures”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Learn English with NETFLIX
Pobierz pliki rozszerzeń Learn English with NETFLIX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kjlgnhhbebdhgeajbnjilhacdilmipgg |
Oficjalny URL | https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg |
Opis | The application converts subtitles into sentences with highlighting grammatical structures |
Rozmiar pliku | 22.04 KB |
Liczba instalacji | 839 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2020-09-09 |
Data Publikacji | 2020-09-05 |
Deweloper | https://eng4.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://eng4.me |
Adres URL Strony Pomocy | https://www.facebook.com/f.eng4.me/ |
Obsługiwane Języki | 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" ] } |