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.…
What is Eng-Vi Dictionary?
Eng-Vi Dictionary is a Chrome extension developed by Vu Nguyen, and its main feature is "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".
Extension Screenshots
Download Eng-Vi Dictionary Extension CRX File
Download Eng-Vi Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Eng-Vi Dictionary |
ID | nidobgjfikdhjkmdbpppjokehnnfcefb |
Official URL | https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb |
Description | Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.… |
File Size | 56.94 KB |
Installation Count | 623 |
Current Version | 1.1.0 |
Last Updated | 2016-07-03 |
Publish Date | 2016-07-02 |
Rating | 4.93/5 Total 15 Ratings |
Developer | Vu Nguyen |
[email protected] | |
Payment Type | free |
Extension Website | http://vusgeek.com/wordpress/?p=59 |
Supported Languages | 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\/*" ] } |