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是由Claudia Valdivieso开发的Chrome扩展程序,该扩展的主要功能是“Write 'lexico' followed by the word to search, then press enter.”。
扩展截图
下载Lexico: Dictionary & Thesaurus by Oxford扩展crx文件
下载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"
}
} | |