Easy Learn Word - Learn English With Youtube

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

Wat is Easy Learn Word - Learn English With Youtube?

Easy Learn Word - Learn English With Youtube is een Chrome-extensie ontwikkeld door nguyenduc96911, en de belangrijkste functie is "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Learn Word - Learn English With Youtube

Download Easy Learn Word - Learn English With Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Easy Learn Word - Learn English With Youtube Easy Learn Word - Learn English With Youtube
ID domiakkgbjcodedpfiffddfedbcfoodp
Officiële URL https://chromewebstore.google.com/detail/easy-learn-word-learn-eng/domiakkgbjcodedpfiffddfedbcfoodp
Beschrijving Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki
Bestandsgrootte 4.2 MB
Aantal Installaties 250
Huidige Versie 1.8
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2023-07-20
Beoordeling 4.67/5 Totaal 12 Beoordelingen
Ontwikkelaar nguyenduc96911
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://easylearnword.com/
URL van de Privacybeleid Pagina https://easylearnword.com/privacy
Ondersteunde Talen 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
        }
    ]
}