Ludwig Dictionary

Find your sentence and clarify your doubts in English

ما هو Ludwig Dictionary؟

Ludwig Dictionary هو إضافة Chrome تم تطويرها بواسطة Quy Nguyen، والميزة الرئيسية لها هي "Find your sentence and clarify your doubts in English".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ludwig Dictionary

قم بتنزيل ملفات الامتداد Ludwig Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Ludwig Dictionary Ludwig Dictionary
ID opejkjehcoahdkeemeamadblglgabknf
عنوان URL الرسمي https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf
الوصف Find your sentence and clarify your doubts in English
حجم الملف 4.03 KB
عدد التثبيتات 974
النسخة الحالية 1.0
آخر تحديث 2018-01-11
تاريخ النشر 2018-01-11
تقييم 5.00/5 مجموع تقييمات 2
المطور Quy Nguyen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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]"
        }
    ]
}