Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
O que é Oxford Dictionary Lookup?
Oxford Dictionary Lookup é uma extensão do Chrome desenvolvida por namnguyenhoai.info, e sua principal característica é "Looks up the selected text on Oxford Learner's Dictionaries".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Oxford Dictionary Lookup
Baixe arquivos de extensão Oxford Dictionary Lookup 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
Looks up the selected text on https://www.oxfordlearnersdictionaries.com. - Just right-click on the selected text and choose "Oxford Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
Informações Básicas da Extensão
Nome | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
URL Oficial | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
Descrição | Looks up the selected text on Oxford Learner's Dictionaries |
Tamanho do Arquivo | 141 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.1 |
Última Atualização | 2019-02-26 |
Data de Publicação | 2019-02-26 |
Classificação | 4.92/5 Total de 24 Avaliações |
Desenvolvedor | namnguyenhoai.info |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://namnguyenhoai.info/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Oxford Learner's Dictionaries", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |