Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
Что такое Lexico: Dictionary & Thesaurus by Oxford?
Lexico: Dictionary & Thesaurus by Oxford - это расширение Chrome, разработанное Claudia Valdivieso, и его основная функция - "Write 'lexico' followed by the word to search, then press enter.".
Снимки экрана расширения
Скачать файл CRX расширения Lexico: Dictionary & Thesaurus by Oxford
Скачайте файлы расширений Lexico: Dictionary & Thesaurus by Oxford в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Официальный URL | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Описание | Write 'lexico' followed by the word to search, then press enter. |
| Размер файла | 7.38 KB |
| Количество установок | 1,671 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2021-12-03 |
| Дата публикации | 2019-10-18 |
| Рейтинг | 1.00/5 Всего 2 оценок |
| Разработчик | Claudia Valdivieso |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы помощи | https://github.com/lavaldi/lexico-chrome-extension/issues |
| Поддерживаемые языки | 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"
}
} | |