Ludwig Dictionary

Find your sentence and clarify your doubts in English

What is Ludwig Dictionary?

Ludwig Dictionary is a Chrome extension developed by Quy Nguyen, and its main feature is "Find your sentence and clarify your doubts in English".

Extension Screenshots

screenshot
screenshot

Download Ludwig Dictionary Extension CRX File

Download Ludwig Dictionary 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

                        - Clarify your doubts in English
- Get translation in context
- Compare your sentences
- Learn and get inspires                    

Extension Basic Information

Name Ludwig Dictionary Ludwig Dictionary
ID opejkjehcoahdkeemeamadblglgabknf
Official URL https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf
Description Find your sentence and clarify your doubts in English
File Size 4.03 KB
Installation Count 974
Current Version 1.0
Last Updated 2018-01-11
Publish Date 2018-01-11
Rating 5.00/5 Total 2 Ratings
Developer Quy Nguyen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ludwig Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find your sentence and clarify your doubts in English",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "ludwig.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}