Lexico: Dictionary & Thesaurus by Oxford

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

Was ist Lexico: Dictionary & Thesaurus by Oxford?

Lexico: Dictionary & Thesaurus by Oxford ist eine Chrome-Erweiterung, die von Claudia Valdivieso entwickelt wurde, und ihr Hauptmerkmal ist "Write 'lexico' followed by the word to search, then press enter.".

Erweiterungsscreenshots

screenshot

Lexico: Dictionary & Thesaurus by Oxford-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lexico: Dictionary & Thesaurus by Oxford-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lexico: Dictionary & Thesaurus by Oxford Lexico: Dictionary & Thesaurus by Oxford
ID cmgaipmnoaopgkpbdadlfnjgilcapgob
Offizielle URL https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob
Beschreibung Write 'lexico' followed by the word to search, then press enter.
Dateigröße 7.38 KB
Installationsanzahl 1,671
Aktuelle Version 1.1
Letztes Update 2021-12-03
Veröffentlichungsdatum 2019-10-18
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Claudia Valdivieso
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/lavaldi/lexico-chrome-extension/issues
Unterstützte Sprachen 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"
    }
}