Lexico: Dictionary & Thesaurus by Oxford

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

Cos'è Lexico: Dictionary & Thesaurus by Oxford?

Lexico: Dictionary & Thesaurus by Oxford è un'estensione di Chrome sviluppata da Claudia Valdivieso, e la sua funzione principale è "Write 'lexico' followed by the word to search, then press enter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lexico: Dictionary & Thesaurus by Oxford

Scarica i file di estensione Lexico: Dictionary & Thesaurus by Oxford in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lexico: Dictionary & Thesaurus by Oxford Lexico: Dictionary & Thesaurus by Oxford
ID cmgaipmnoaopgkpbdadlfnjgilcapgob
URL Ufficiale https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob
Descrizione Write 'lexico' followed by the word to search, then press enter.
Dimensione del File 7.38 KB
Conteggio Installazioni 1,671
Versione Corrente 1.1
Ultimo Aggiornamento 2021-12-03
Data di Pubblicazione 2019-10-18
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Claudia Valdivieso
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/lavaldi/lexico-chrome-extension/issues
Lingue Supportate 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"
    }
}