Wordeys - Translate and Memorise

Immediately understand any word on any website. Expand your vocabulary through efficient word mastery

Hvad er Wordeys - Translate and Memorise?

Wordeys - Translate and Memorise er en Chrome-udvidelse udviklet af Wordeys, og dens hovedfunktion er "Immediately understand any word on any website. Expand your vocabulary through efficient word mastery".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Wordeys - Translate and Memorise-udvidelses-CRX-fil

Download Wordeys - Translate and Memorise-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Wordeys gives you two invaluable abilities:
1.	Immediately understand any word on any website
2.	Expand your vocabulary through efficient word mastery

On any website: immediate understanding
• Click for word meaning, examples of use, synonyms and pronunciation
• Click to save words to your vocabulary
• Move on without stopping; Wordeys keeps your view of the text – no new tabs 

On your Wordeys profile: efficient word mastery 
• Practice new words through flash cards, spelling tests and pronunciation audio
• List vocabulary words in different categories for intuitive learning
• Import popular category lists to quickly master new words in a particular area
• Share lists with your friends, students or other Wordeys

Whether you want to teach yourself, your child or your student new words in your first, second or third language, Wordeys makes it happen on the fly. 

Simply click any word on any website, and its meaning, examples of use, synonyms and pronunciation are at your fingertips – without any new tabs or other distractions getting in the way of your reading experience.

Save words you want to remember to your Wordeys profile and return later to master them through efficient practice. Grouping words into different categories makes them easy to remember. And there are flash cards, pronunciation and spelling tests; Wordeys is like a virtual vocabulary gym where you can work out your word mastery to perfection. You will progress rapidly, and simple scoring will tell you when a new word has truly become part of your fluent vocabulary.

Then it’s onward and upward to the next one. 

You’ll quickly make Wordeys part of your everyday life. Because here’s one extension that doesn’t only give you understanding. 

Wordeys gives you the power to express yourself.                    

Grundlæggende oplysninger om udvidelsen

Navn Wordeys - Translate and Memorise Wordeys - Translate and Memorise
ID hejgopgfimfpdedmfcnadpjidnpfjekl
Officiel URL https://chrome.google.com/webstore/detail/wordeys-translate-and-mem/hejgopgfimfpdedmfcnadpjidnpfjekl
Beskrivelse Immediately understand any word on any website. Expand your vocabulary through efficient word mastery
Filstørrelse 697 KB
Antal Installationer 506
Nuværende Version 2.9.4
Senest Opdateret 2021-04-06
Udgivelsesdato 2019-11-23
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Wordeys
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wordeys.com/
Hjælpeside-URL https://wordeys.com/extension
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordeys - Translate and Memorise",
    "description": "Immediately understand any word on any website. Expand your vocabulary through efficient word mastery",
    "version": "2.9.4",
    "manifest_version": 2,
    "icons": {
        "96": "icons\/icon96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        "popup\/*",
        "sidebar\/*",
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon96.png"
        },
        "default_title": "Wordeys"
    },
    "oauth2": {
        "client_id": "797403918116-ahgia4l3r47k5vpq7qej0gs973uv318j.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz3gcZRIo9dF8HeU212nsTZ8g8eDnAicN1FoZIPrjkzrTXHI04vBgZPIAMMfI+3zU+eMU4grd+ABVz4XRTQD2Tucu9JY0zf9vD0dyDx0zPtrgeqsKiMY5+yQmJgAroOYtu2JyWXRRykwKemyBC+Ns\/gr9ZNI5qcZLuS5\/7nFnubNde\/qux3XkUDiNUYwzD37dejbN4QcyfW\/bzwHKScoLlv\/f7GgJtJYHuq63jOqcxP8NgOa4T3j+PVmZMWubL1XsR3ZfkzDINkC\/dZUnooDEmLlB3YuJnshH9zT8Fk9ADtOBlvHjopbKlhcFhcbW4UmUqsDWCZmNgd7r0Ubb3teHXQIDAQAB"
}