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.
擴展基本資訊
名稱 | Lexico: Dictionary & Thesaurus by Oxford |
ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
官方網址 | 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" } } |