Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
Wat is Lexico: Dictionary & Thesaurus by Oxford?
Lexico: Dictionary & Thesaurus by Oxford is een Chrome-extensie ontwikkeld door Claudia Valdivieso, en de belangrijkste functie is "Write 'lexico' followed by the word to search, then press enter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lexico: Dictionary & Thesaurus by Oxford
Download Lexico: Dictionary & Thesaurus by Oxford-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Officiële URL | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Beschrijving | Write 'lexico' followed by the word to search, then press enter. |
| Bestandsgrootte | 7.38 KB |
| Aantal Installaties | 1,671 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2021-12-03 |
| Publicatiedatum | 2019-10-18 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Claudia Valdivieso |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/lavaldi/lexico-chrome-extension/issues |
| Ondersteunde Talen | 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"
}
} | |