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 Claudia Valdivieso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write 'lexico' followed by the word to search, then press enter."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lexico: Dictionary & Thesaurus by Oxford एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}