Ludwig Dictionary

Find your sentence and clarify your doubts in English

Vad är Ludwig Dictionary?

Ludwig Dictionary är en Chrome-tillägg utvecklad av Quy Nguyen, och dess huvudfunktion är "Find your sentence and clarify your doubts in English".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ludwig Dictionary-förlängningens CRX-fil

Ladda ner Ludwig Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ludwig Dictionary Ludwig Dictionary
ID opejkjehcoahdkeemeamadblglgabknf
Officiell webbadress https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf
Beskrivning Find your sentence and clarify your doubts in English
Filstorlek 4.03 KB
Antal Installationer 974
Aktuell Version 1.0
Senast Uppdaterad 2018-01-11
Publiceringsdatum 2018-01-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Quy Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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]"
        }
    ]
}