Vocab by Preply

Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web.

Что такое Vocab by Preply?

Vocab by Preply - это расширение Chrome, разработанное https://preply.com, и его основная функция - "Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Vocab by Preply

Скачайте файлы расширений Vocab by Preply в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Simply select the word you want to learn, click on Vocab by Preply and learn its meaning on the go. Click “Add to vocab” and the words will automatically save in your Preply vocab. 

Learning vocabulary can be a challenge for anyone! It’s so easy to forget new words, and it takes regular practice to remember them. Seeing a word used in a sentence can really help build your memory. Being able to add it to your personal word bank can be a great way to boost your learning. 

Preply is shaping the future of online learning by connecting more than 100,000 new students each month with tutors from all over the world. We believe that combining innovative learning solutions with 1-on-1 lessons is the most effective way to learn. We provide both, and we will help you speak any language confidently. 

Learning new words has never been this easy!                    

Основная информация о расширении

Название Vocab by Preply Vocab by Preply
ID himkophbokjcipdpdclngoighmpfclig
Официальный URL https://chromewebstore.google.com/detail/vocab-by-preply/himkophbokjcipdpdclngoighmpfclig
Описание Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web.
Размер файла 258 KB
Количество установок 2,881
Текущая Версия 2.3.0
Последнее Обновление 2023-10-25
Дата публикации 2021-06-17
Рейтинг 4.19/5 Всего 21 оценок
Разработчик https://preply.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://preply.com/
URL страницы помощи https://help.preply.com
URL страницы политики конфиденциальности https://termsofuse.preply.com/terms_of_use/en_PrivacyPolicy.pdf
Поддерживаемые языки de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.3.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png",
        "256": "\/images\/icon256.png",
        "512": "\/images\/icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "storage"
    ]
}