Easy Learn Word - Learn English With Youtube

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

Vad är Easy Learn Word - Learn English With Youtube?

Easy Learn Word - Learn English With Youtube är en Chrome-tillägg utvecklad av nguyenduc96911, och dess huvudfunktion är "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Easy Learn Word - Learn English With Youtube-förlängningens CRX-fil

Ladda ner Easy Learn Word - Learn English With Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Easy Learn Word - Learn English With Youtube Easy Learn Word - Learn English With Youtube
ID domiakkgbjcodedpfiffddfedbcfoodp
Officiell webbadress https://chromewebstore.google.com/detail/easy-learn-word-learn-eng/domiakkgbjcodedpfiffddfedbcfoodp
Beskrivning Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki
Filstorlek 4.2 MB
Antal Installationer 250
Aktuell Version 1.8
Senast Uppdaterad 2024-01-22
Publiceringsdatum 2023-07-20
Betyg 4.67/5 Totalt 12 Betyg
Utvecklare nguyenduc96911
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://easylearnword.com/
URL till Sekretesspolicy Sidan https://easylearnword.com/privacy
Stödda Språk 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
        }
    ]
}