vocBlocks LookUp

vocBlocks LookUp: Dictionary, Pronunciation, Learning

Wat is vocBlocks LookUp?

vocBlocks LookUp is een Chrome-extensie ontwikkeld door http://vocblocks.com, en de belangrijkste functie is "vocBlocks LookUp: Dictionary, Pronunciation, Learning".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie vocBlocks LookUp

Download vocBlocks LookUp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam vocBlocks LookUp vocBlocks LookUp
ID ehnoadhemhhkcggnacpabgdpnoacadao
Officiële URL https://chrome.google.com/webstore/detail/vocblocks-lookup/ehnoadhemhhkcggnacpabgdpnoacadao
Beschrijving vocBlocks LookUp: Dictionary, Pronunciation, Learning
Bestandsgrootte 636 KB
Aantal Installaties 203
Huidige Versie 1.0.9
Laatst Bijgewerkt 2017-09-06
Publicatiedatum 2017-09-06
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar http://vocblocks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vocblocks.com
URL van de Privacybeleid Pagina https://www.vocblocks.com/en/legal/privacy
Ondersteunde Talen 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\/"
    ]
}