Learn English with Youtube subtitles
The application converts subtitles into sentences with highlighting grammatical structures
Was ist Learn English with Youtube subtitles?
Learn English with Youtube subtitles ist eine Chrome-Erweiterung, die von https://eng4.me entwickelt wurde, und ihr Hauptmerkmal ist "The application converts subtitles into sentences with highlighting grammatical structures".
Erweiterungsscreenshots
Learn English with Youtube subtitles-Erweiterungs-CRX-Datei herunterladen
Laden Sie Learn English with Youtube subtitles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We convert English subtitles from youtube 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kbpeagbddfkphnkphggbioocopckobmf |
Offizielle URL | https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf |
Beschreibung | The application converts subtitles into sentences with highlighting grammatical structures |
Dateigröße | 26.71 KB |
Installationsanzahl | 320 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-06-03 |
Veröffentlichungsdatum | 2020-06-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://eng4.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://eng4.me |
Hilfeseite URL | https://www.facebook.com/f.eng4.me |
Unterstützte Sprachen | 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.1", "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:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |