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\/"
    ]
}