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
官方網址 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
        }
    ]
}