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文件

下载Easy Learn Word - Learn English With Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}