Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
Co je Lexico: Dictionary & Thesaurus by Oxford?
Lexico: Dictionary & Thesaurus by Oxford je rozšíření Chrome vyvinuté Claudia Valdivieso, a jeho hlavní funkcí je „Write 'lexico' followed by the word to search, then press enter.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lexico: Dictionary & Thesaurus by Oxford
Stáhněte si soubory rozšíření Lexico: Dictionary & Thesaurus by Oxford ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Oficiální URL | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Popis | Write 'lexico' followed by the word to search, then press enter. |
| Velikost souboru | 7.38 KB |
| Počet instalací | 1,671 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2021-12-03 |
| Datum Vydání | 2019-10-18 |
| Hodnocení | 1.00/5 Celkem 2 Hodnocení |
| Vývojář | Claudia Valdivieso |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Nápovědy | https://github.com/lavaldi/lexico-chrome-extension/issues |
| Podporované Jazyky | 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"
}
} | |