Ludwig Dictionary

Find your sentence and clarify your doubts in English

Hvad er Ludwig Dictionary?

Ludwig Dictionary er en Chrome-udvidelse udviklet af Quy Nguyen, og dens hovedfunktion er "Find your sentence and clarify your doubts in English".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ludwig Dictionary-udvidelses-CRX-fil

Download Ludwig Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Ludwig Dictionary Ludwig Dictionary
ID opejkjehcoahdkeemeamadblglgabknf
Officiel URL https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf
Beskrivelse Find your sentence and clarify your doubts in English
Filstørrelse 4.03 KB
Antal Installationer 974
Nuværende Version 1.0
Senest Opdateret 2018-01-11
Udgivelsesdato 2018-01-11
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Quy Nguyen
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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]"
        }
    ]
}