Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
O que é Lexico: Dictionary & Thesaurus by Oxford?
Lexico: Dictionary & Thesaurus by Oxford é uma extensão do Chrome desenvolvida por Claudia Valdivieso, e sua principal característica é "Write 'lexico' followed by the word to search, then press enter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lexico: Dictionary & Thesaurus by Oxford
Baixe arquivos de extensão Lexico: Dictionary & Thesaurus by Oxford no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Lexico: Dictionary & Thesaurus by Oxford |
ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
URL Oficial | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
Descrição | Write 'lexico' followed by the word to search, then press enter. |
Tamanho do Arquivo | 7.38 KB |
Contagem de Instalações | 1,671 |
Versão Atual | 1.1 |
Última Atualização | 2021-12-03 |
Data de Publicação | 2019-10-18 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | Claudia Valdivieso |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/lavaldi/lexico-chrome-extension/issues |
Idiomas Suportados | 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" } } |