Wordeys - Translate and Memorise

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

Qu'est-ce que Wordeys - Translate and Memorise ?

Wordeys - Translate and Memorise est une extension Chrome développée par Wordeys, et sa fonction principale est "Immediately understand any word on any website. Expand your vocabulary through efficient word mastery".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wordeys - Translate and Memorise

Téléchargez les fichiers d'extension Wordeys - Translate and Memorise 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

                        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.                    

Informations de Base sur l'Extension

Nom Wordeys - Translate and Memorise Wordeys - Translate and Memorise
ID hejgopgfimfpdedmfcnadpjidnpfjekl
URL Officiel https://chrome.google.com/webstore/detail/wordeys-translate-and-mem/hejgopgfimfpdedmfcnadpjidnpfjekl
Description Immediately understand any word on any website. Expand your vocabulary through efficient word mastery
Taille du Fichier 697 KB
Nombre d'Installations 506
Version Actuelle 2.9.4
Dernière Mise à Jour 2021-04-06
Date de Publication 2019-11-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur Wordeys
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wordeys.com/
URL de la Page d'Aide https://wordeys.com/extension
Langues Prises en Charge 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"
}