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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة المساعدة 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"
    }
}