Easy Learn Word - Learn English With Youtube

Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki

Easy Learn Word - Learn English With Youtube란 무엇입니까?

Easy Learn Word - Learn English With Youtube은(는) nguyenduc96911에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Easy Learn Word - Learn English With Youtube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        My extension is a powerful tool that enhances my language learning experience. With this extension, I can easily translate individual words and entire sentences with just a few clicks. It provides me with accurate translations from various languages to English and vice versa. What makes it even more useful is the ability to save and organize the translated words, allowing me to build my vocabulary effortlessly.

★★ Features ★★

✓ Word definitions and translations while watching YouTube and Netflix.
✓  Translate words and sentence when reading news
✓ Save words in your personal dictionary
✓ Create anki card with audio, image, ipa, examples.... ( support anki very well )
✓ Export word to excel file
✓ Word memory exercises (comming soon)

★★ how to use ★★

when reading news : 
 - To Translate a Sentence:  Highlight the sentence + Shift
 - To Translate a Word:  Double-click on the word
when watching youtube, netflix: 
 - Hover word to get translate, define word                    

확장 프로그램 기본 정보

이름 Easy Learn Word - Learn English With Youtube Easy Learn Word - Learn English With Youtube
ID domiakkgbjcodedpfiffddfedbcfoodp
공식 URL https://chromewebstore.google.com/detail/easy-learn-word-learn-eng/domiakkgbjcodedpfiffddfedbcfoodp
설명 Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki
파일 크기 4.2 MB
설치 횟수 250
현재 버전 1.8
최근 업데이트 2024-01-22
출시 날짜 2023-07-20
평점 4.67/5 총 12 개의 평점
개발자 nguyenduc96911
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://easylearnword.com/
개인정보 보호 정책 페이지 URL https://easylearnword.com/privacy
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Learn Word - Learn English With Youtube",
    "version": "1.8",
    "description": "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icon\/e-icon.png",
        "48": ".\/icon\/32-e.png",
        "128": ".\/icon\/128-e-icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.json"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}