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 |
| Eメール | [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"
}
} | |