Learn English with NETFLIX
The application converts subtitles into sentences with highlighting grammatical structures
Learn English with NETFLIXคืออะไร?
Learn English with NETFLIX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eng4.me และคุณลักษณะหลักของมันคือ "The application converts subtitles into sentences with highlighting grammatical structures"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn English with NETFLIX
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |