Wordeys - Translate and Memorise

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

¿Qué es Wordeys - Translate and Memorise?

Wordeys - Translate and Memorise es una extensión de Chrome desarrollada por Wordeys, y su función principal es "Immediately understand any word on any website. Expand your vocabulary through efficient word mastery".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wordeys - Translate and Memorise

Descarga archivos de extensión Wordeys - Translate and Memorise en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Wordeys - Translate and Memorise Wordeys - Translate and Memorise
ID hejgopgfimfpdedmfcnadpjidnpfjekl
URL Oficial https://chrome.google.com/webstore/detail/wordeys-translate-and-mem/hejgopgfimfpdedmfcnadpjidnpfjekl
Descripción Immediately understand any word on any website. Expand your vocabulary through efficient word mastery
Tamaño del Archivo 697 KB
Cantidad de Instalaciones 506
Versión Actual 2.9.4
Última Actualización 2021-04-06
Fecha de Publicación 2019-11-23
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Wordeys
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wordeys.com/
URL de la Página de Ayuda https://wordeys.com/extension
Idiomas Soportados 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"
}