German English Word Translator

Convert words between English and German using dict.leo.org.

What is German English Word Translator?

German English Word Translator is a Chrome extension developed by William Clear, and its main feature is "Convert words between English and German using dict.leo.org.".

Extension Screenshots

screenshot

Download German English Word Translator Extension CRX File

Download German English Word Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows one to use dict.leo.org to translate a word on a webpage by selecting it, right-clicking it, then clicking 'Search dict.leo.org'.

The first search opens a new tab, and searches for the selected word in dict.leo.org. All subsequent searches use the same tab. This means that one can have a dict.leo.org tab open alongside another web page and quickly translate words while reading through it.

See the code here: https://github.com/wclear/GermanEnglishWordTranslatorExtension                    

Extension Basic Information

Name German English Word Translator German English Word Translator
ID jfgbllgoiodkelaifljpjkdmendhhlcg
Official URL https://chromewebstore.google.com/detail/german-english-word-trans/jfgbllgoiodkelaifljpjkdmendhhlcg
Description Convert words between English and German using dict.leo.org.
File Size 3.7 KB
Installation Count 609
Current Version 0.2.0
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 4.00/5 Total 1 Ratings
Developer William Clear
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "German English Word Translator",
    "description": "Convert words between English and German using dict.leo.org.",
    "version": "0.2.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/wclear\/GermanEnglishWordTranslatorExtension"
}