vocBlocks LookUp

vocBlocks LookUp: Dictionary, Pronunciation, Learning

Что такое vocBlocks LookUp?

vocBlocks LookUp - это расширение Chrome, разработанное http://vocblocks.com, и его основная функция - "vocBlocks LookUp: Dictionary, Pronunciation, Learning".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения vocBlocks LookUp

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

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

                        vocBlocks LookUp: Dictionary, Pronunciation, Learning

Look up new words in English, German, French, Spanish, Russian and other languages. Choose between translation and definition, listen to the pronunciation.

Learn the words you have looked up in the familiar context following reminders in your inbox.

You can:

- Ctrl + double click new words in English, German, French, Spanish, Russian and other languages to look them up and understand any content online. Note: use Alt + double click for Mac.
- Choose between translation into your native language and definition in your target language based on your language level and needs.
- Listen to the pronunciation of new words to recognise them later in speech and pronounce them correctly.
- Learn new words you have come across to start using them.
- Practise regularly to keep up good language habits and stay on top of your vocabulary challenges.
- Benefit from full support from our team if any issues crop up or if you have any questions.

The extension will:

- Provide quality translation into the native language for beginners.    
- Provide quality definitions in target language for more advanced users.
- Provide quality audio pronunciation of the looked up words.
- Package the new words you have looked up into a block of vocabulary AKA a vocBlock, for you to learn.
- Save the context in which you have come across these new words to make learning them more effective and fun and help avoid rote learning.
- Send you email notifications to remind you to practise your new words doing various exercises.
- Ensure you will not forget new words by using spaced repetition technique. 
- Respect your working space as you will not see any pop up windows when you don't need to use the extension. You will need to hold Ctrl key (or Alt for Mac) when you double click on new words to look them up. Alternatively, select the word and press Ctrl-Alt-W to look it up.
- Respect your working environment: the pronunciation of new words you look up won't be played automatically, you will need to click on the play icon to hear how a word is pronounced.

Supported Languages:
English, German, French, Spanish, Russian, Belarusian, Bulgarian, Czech, Danish, Greek, Estonian, Finnish, Hungarian, Italian, Lithuanian, Latvian, Dutch, Norwegian, Polish, Portuguese, Slovak, Swedish, Turkish. 

Have questions or need help? Send us an email to [email protected]

Feeling lazy but need to stay on track with your language learning? Check out our ready vocBlocks - topical picture dictionaries with sound: https://vocblocks.com/en/user/public_dictionaries/ 

Read our blog for tips, inspiration and language fun: http://blog.vocblocks.com/ 

Follow us:
Twitter (https://twitter.com/vocBlocks)
Facebook (https://www.facebook.com/vocblocks)
Google+ (https://plus.google.com/111135058792206823977)

by vocBlocks.com                    

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

Название vocBlocks LookUp vocBlocks LookUp
ID ehnoadhemhhkcggnacpabgdpnoacadao
Официальный URL https://chrome.google.com/webstore/detail/vocblocks-lookup/ehnoadhemhhkcggnacpabgdpnoacadao
Описание vocBlocks LookUp: Dictionary, Pronunciation, Learning
Размер файла 636 KB
Количество установок 203
Текущая Версия 1.0.9
Последнее Обновление 2017-09-06
Дата публикации 2017-09-06
Рейтинг 3.75/5 Всего 8 оценок
Разработчик http://vocblocks.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.vocblocks.com
URL страницы политики конфиденциальности https://www.vocblocks.com/en/legal/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "vocBlocks LookUp",
    "short_name": "vocBlocks LookUp",
    "description": "vocBlocks LookUp: Dictionary, Pronunciation, Learning",
    "version": "1.0.9",
    "icons": {
        "16": "img\/icon16x16.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/browser_action_icon.png",
        "default_title": "vocBlocks LookUp (Ctrl\/Alt + double click)"
    },
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/jquery.modal.css",
                "css\/vocblocks-font.css",
                "vocblocks.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.modal.js",
                "js\/mTrainerApiDict.js",
                "js\/mTrainerApiTokens.js",
                "js\/mTrainerNewWordsVocblock.js",
                "js\/mTrainerLanguages.js",
                "js\/MiscUtils.js",
                "js\/transform-misc.min.js",
                "vocblocks.js",
                "content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "fonts\/*.*",
        "img\/*.png",
        "img\/*.jpg"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.vocblocks.com\/"
    ]
}