vocBlocks LookUp

vocBlocks LookUp: Dictionary, Pronunciation, Learning

Was ist vocBlocks LookUp?

vocBlocks LookUp ist eine Chrome-Erweiterung, die von http://vocblocks.com entwickelt wurde, und ihr Hauptmerkmal ist "vocBlocks LookUp: Dictionary, Pronunciation, Learning".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

vocBlocks LookUp-Erweiterungs-CRX-Datei herunterladen

Laden Sie vocBlocks LookUp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name vocBlocks LookUp vocBlocks LookUp
ID ehnoadhemhhkcggnacpabgdpnoacadao
Offizielle URL https://chrome.google.com/webstore/detail/vocblocks-lookup/ehnoadhemhhkcggnacpabgdpnoacadao
Beschreibung vocBlocks LookUp: Dictionary, Pronunciation, Learning
Dateigröße 636 KB
Installationsanzahl 203
Aktuelle Version 1.0.9
Letztes Update 2017-09-06
Veröffentlichungsdatum 2017-09-06
Bewertung 3.75/5 Insgesamt 8 Bewertungen
Entwickler http://vocblocks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.vocblocks.com
URL der Datenschutzrichtlinien-Seite https://www.vocblocks.com/en/legal/privacy
Unterstützte Sprachen 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\/"
    ]
}