Enjoy Learning Languages

ELL: Enjoy Learning Languages with Netflix and Youtube

Enjoy Learning Languagesคืออะไร?

Enjoy Learning Languages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enjoy Learnning Language และคุณลักษณะหลักของมันคือ "ELL: Enjoy Learning Languages with Netflix and Youtube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enjoy Learning Languages

ดาวน์โหลดไฟล์ส่วนขยาย Enjoy Learning Languages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enjoy Learning Languages with Youtube and Netflix.

A faster way to learn a language.

★ Say goodbye to textbook language, and embrace real-life conversations.
★ Transform content you love into a lesson, keep entertaining and learning languages at the same time.
★ Practice listening, speaking, and vocabulary with real-life videos.

Features:

※ Dual subtitles

    With this free extension you can simultaneously compare each sentence with your native language.

※ Hover for pop-up dictionary

    Quickly get the meaning of any word on the subtitle and learn them in the context.

※ Shortcut keys for easy control

    These shortcuts make it a lot easier to watch and learn on Netflix. You can find all of them in the setting of the extension

※ Word pronounciation

    Increase your listening and speaking skills with the correct pronunciation of any words in the movie.

※ Phrase translation

    Click on the words you are interested in , we will show you the meaning of phrase combined by what you clicked ( For premium users ).  

※ Save words, phrases and sentences

    Keep the movie's catchy phrases and vocabularies with yourself. Your saved words will be highlighted in subtitles so that you learn them faster.

※ Sync across devicess

    Feel free to learn anywhere, we will sync your data automatically ( For premium users ).

※ Smart auto pause

    Don't miss interesting moments of a movie when you don't know the vocabulary, just hover the mouse on that word, we will hold the movie for you.

※ Powerful sidebar

    You can see the whole subtitle of the movie on the sidebar to understand the context of current sentence. And take advantage of all the features above.


Release Notes:
Version 1.1.0:
1. Add Romaji and Hiragana transliteration for Japanese
2. Add Pinyin transliteration for Chinese
3. Detailed Translation (available for English subtitle or English translation at the moment)
4. You can now hide the sidebar by clicking the button on the upper right corner of videos
5. Improve word segmentation for Chinese and Japanese
6. Improve UI for better user-friendly
7. You can now change location of subtitles by dragging it

Language Learning with Netflix
Language Learning with YouTube
( abbreviations LLN + LLY )                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enjoy Learning Languages Enjoy Learning Languages
ID cnppaiifcooegmendcabeagbgnhhjoea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enjoy-learning-languages/cnppaiifcooegmendcabeagbgnhhjoea
คำอธิบาย ELL: Enjoy Learning Languages with Netflix and Youtube
ขนาดไฟล์ 708 KB
จำนวนการติดตั้ง 11,040
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-06-01
วันที่เผยแพร่ 2021-05-05
คะแนน 3.42/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Enjoy Learnning Language
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.languagisfun.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enjoy Learning Languages",
    "description": "ELL: Enjoy Learning Languages with Netflix and Youtube",
    "version": "1.1.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png",
        "240": "assets\/icon-240.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon-128.png",
            "240": "assets\/icon-240.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tts",
        "https:\/\/video.google.com\/*",
        "https:\/\/clients5.google.com\/*",
        "https:\/\/glosbe.com\/*",
        "https:\/\/*.languagisfun.com\/*",
        "https:\/\/cdn.paddle.com\/paddle\/paddle.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "pages\/*",
        "assets\/*",
        "css\/*",
        "fonts\/*",
        "data\/*"
    ]
}