Eng-Vi Dictionary
Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
O que é Eng-Vi Dictionary?
Eng-Vi Dictionary é uma extensão do Chrome desenvolvida por Vu Nguyen, e sua principal característica é "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Eng-Vi Dictionary
Baixe arquivos de extensão Eng-Vi Dictionary 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
Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear. Definitions are adapted from Vdict.com . Double-click vào từ tiếng Anh để tra nghĩa tiếng Việt. Click vào bất cứ nơi nào của trang web để làm hộp thoại này biến mất sau khi tra. Hỗ trợ phát âm. Từ điển Anh-Việt được sàng lọc từ trang Vdict.com Visit our website for installation instruction and updates Dev. team: - Vu Nguyen - Kha Nguyen - Khanh Tran
Informações Básicas da Extensão
Nome | Eng-Vi Dictionary |
ID | nidobgjfikdhjkmdbpppjokehnnfcefb |
URL Oficial | https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb |
Descrição | Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.… |
Tamanho do Arquivo | 56.94 KB |
Contagem de Instalações | 623 |
Versão Atual | 1.1.0 |
Última Atualização | 2016-07-03 |
Data de Publicação | 2016-07-02 |
Classificação | 4.93/5 Total de 15 Avaliações |
Desenvolvedor | Vu Nguyen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://vusgeek.com/wordpress/?p=59 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eng-Vi Dictionary", "version": "1.1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "translate.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/www.vdict.com\/", "https:\/\/translate.google.com\/*" ] } |