Easy Learn Word - Learn English With Youtube

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

Qu'est-ce que Easy Learn Word - Learn English With Youtube ?

Easy Learn Word - Learn English With Youtube est une extension Chrome développée par nguyenduc96911, et sa fonction principale est "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Learn Word - Learn English With Youtube

Téléchargez les fichiers d'extension Easy Learn Word - Learn English With Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Easy Learn Word - Learn English With Youtube Easy Learn Word - Learn English With Youtube
ID domiakkgbjcodedpfiffddfedbcfoodp
URL Officiel https://chromewebstore.google.com/detail/easy-learn-word-learn-eng/domiakkgbjcodedpfiffddfedbcfoodp
Description Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki
Taille du Fichier 4.2 MB
Nombre d'Installations 250
Version Actuelle 1.8
Dernière Mise à Jour 2024-01-22
Date de Publication 2023-07-20
Évaluation 4.67/5 Total 12 Évaluations
Développeur nguyenduc96911
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://easylearnword.com/
URL de la Page de Politique de Confidentialité https://easylearnword.com/privacy
Langues Prises en Charge 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
        }
    ]
}