Wordeys - Translate and Memorise

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

Co to jest Wordeys - Translate and Memorise?

Wordeys - Translate and Memorise to rozszerzenie Chrome opracowane przez Wordeys, a jego główną funkcją jest „Immediately understand any word on any website. Expand your vocabulary through efficient word mastery”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wordeys - Translate and Memorise

Pobierz pliki rozszerzeń Wordeys - Translate and Memorise w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wordeys - Translate and Memorise Wordeys - Translate and Memorise
ID hejgopgfimfpdedmfcnadpjidnpfjekl
Oficjalny URL https://chrome.google.com/webstore/detail/wordeys-translate-and-mem/hejgopgfimfpdedmfcnadpjidnpfjekl
Opis Immediately understand any word on any website. Expand your vocabulary through efficient word mastery
Rozmiar pliku 697 KB
Liczba instalacji 506
Aktualna Wersja 2.9.4
Ostatnia Aktualizacja 2021-04-06
Data Publikacji 2019-11-23
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Wordeys
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wordeys.com/
Adres URL Strony Pomocy https://wordeys.com/extension
Obsługiwane Języki 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"
}