Lexico: Dictionary & Thesaurus by Oxford

Write 'lexico' followed by the word to search, then press enter.

Lexico: Dictionary & Thesaurus by Oxfordคืออะไร?

Lexico: Dictionary & Thesaurus by Oxford เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Claudia Valdivieso และคุณลักษณะหลักของมันคือ "Write 'lexico' followed by the word to search, then press enter."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lexico: Dictionary & Thesaurus by Oxford

ดาวน์โหลดไฟล์ส่วนขยาย Lexico: Dictionary & Thesaurus by Oxford ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Lexico is a Dictionary & Thesaurus offers trusted English definitions, synonyms, & grammar guides for native speakers & language learners.

This Chrome extension is for search any word in the Lexico Dictionary Powered by Oxford from the onmibox.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lexico: Dictionary & Thesaurus by Oxford Lexico: Dictionary & Thesaurus by Oxford
ID cmgaipmnoaopgkpbdadlfnjgilcapgob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob
คำอธิบาย Write 'lexico' followed by the word to search, then press enter.
ขนาดไฟล์ 7.38 KB
จำนวนการติดตั้ง 1,671
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-03
วันที่เผยแพร่ 2019-10-18
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Claudia Valdivieso
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/lavaldi/lexico-chrome-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lexico: Dictionary & Thesaurus by Oxford",
    "short_name": "Lexico",
    "author": "Claudia Valdivieso",
    "description": "Write 'lexico' followed by the word to search, then press enter.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "lexico"
    },
    "action": {
        "default_icon": {
            "16": "lexico16.png",
            "32": "lexico32.png"
        }
    },
    "icons": {
        "16": "lexico16.png",
        "32": "lexico32.png",
        "48": "lexico48.png",
        "128": "lexico128.png"
    }
}