Lexico: Dictionary & Thesaurus by Oxford

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

Qu'est-ce que Lexico: Dictionary & Thesaurus by Oxford ?

Lexico: Dictionary & Thesaurus by Oxford est une extension Chrome développée par Claudia Valdivieso, et sa fonction principale est "Write 'lexico' followed by the word to search, then press enter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lexico: Dictionary & Thesaurus by Oxford

Téléchargez les fichiers d'extension Lexico: Dictionary & Thesaurus by Oxford au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lexico: Dictionary & Thesaurus by Oxford Lexico: Dictionary & Thesaurus by Oxford
ID cmgaipmnoaopgkpbdadlfnjgilcapgob
URL Officiel https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob
Description Write 'lexico' followed by the word to search, then press enter.
Taille du Fichier 7.38 KB
Nombre d'Installations 1,671
Version Actuelle 1.1
Dernière Mise à Jour 2021-12-03
Date de Publication 2019-10-18
Évaluation 1.00/5 Total 2 Évaluations
Développeur Claudia Valdivieso
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/lavaldi/lexico-chrome-extension/issues
Langues Prises en Charge 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"
    }
}