Wordeys - Translate and Memorise

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

Co je Wordeys - Translate and Memorise?

Wordeys - Translate and Memorise je rozšíření Chrome vyvinuté Wordeys, a jeho hlavní funkcí je „Immediately understand any word on any website. Expand your vocabulary through efficient word mastery“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordeys - Translate and Memorise

Stáhněte si soubory rozšíření Wordeys - Translate and Memorise ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wordeys - Translate and Memorise Wordeys - Translate and Memorise
ID hejgopgfimfpdedmfcnadpjidnpfjekl
Oficiální URL https://chrome.google.com/webstore/detail/wordeys-translate-and-mem/hejgopgfimfpdedmfcnadpjidnpfjekl
Popis Immediately understand any word on any website. Expand your vocabulary through efficient word mastery
Velikost souboru 697 KB
Počet instalací 506
Aktuální Verze 2.9.4
Poslední Aktualizace 2021-04-06
Datum Vydání 2019-11-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Wordeys
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wordeys.com/
URL Stránky Nápovědy https://wordeys.com/extension
Podporované Jazyky 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"
}