vocBlocks LookUp

vocBlocks LookUp: Dictionary, Pronunciation, Learning

什麼是vocBlocks LookUp?

vocBlocks LookUp是由http://vocblocks.com開發的Chrome擴展程式,該擴展的主要功能是“vocBlocks LookUp: Dictionary, Pronunciation, Learning”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載vocBlocks LookUp擴展crx文件

下載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
官方網址 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\/"
    ]
}