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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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]"
        }
    ]
}