English Vietnamese Dictionary

Từ điển Anh - Việt

What is English Vietnamese Dictionary?

English Vietnamese Dictionary is a Chrome extension developed by daominhgiang, and its main feature is "Từ điển Anh - Việt".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download English Vietnamese Dictionary Extension CRX File

Download English Vietnamese 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

                        Từ điển Anh Việt
Để tra 1 từ bạn có thể thực hiện bằng các cách sau:

1. Click và giữ chuột trong vòng 1 giây
2. Chọn từ nhấn tổ hợp phím tắt Ctrl + Alt + D
3. Chọn từ và nhấn phím phải chuột chọn Tra nghĩa từ ...

Cập nhật version 1.1:
4. Chọn vùng chữ trên ảnh để tra từ:
   >> Để kích hoạt chức năng này bạn sử dụng phím tắt bằng cách gõ nhanh phím Ctrl 2 lần liên tiếp sẽ xuất hiện chức năng chọn vùng có chữ cần tra, khi đó bạn dùng chuột trái giữ và rê để bao vùng chứa từ cần tra (chú ý vùng được chọn sẽ hiển thị ở góc trên bên phải màn hình)

Cập nhật version 1.1.1:
* Fix lỗi khi zoom trình duyệt nội dung capture bị zoom 2 lần.
Thông thường cửa sổ hiển thị nghĩa sẽ ở dạng thông báo (notification)
Để có đầy đủ nghĩa bạn có thể click vào biểu tượng extension trên thanh công cụ.
Cập nhật version 1.2.0:
* Bổ xung chức năng xổ từ gợi ý ở cửa sổ popup.
* Fix lỗi hiển thị thời gian giữ chuột để bắt đầu tra từ tăng không giảm

Cập nhật version 1.2.2:
* Thay đổi server sử dụng file tĩnh

Cập nhật version 1.2.3:
* Sử dụng dịch vụ Google translate khi không tìm thấy từ (hoặc cụm từ) trong từ điển                    

Extension Basic Information

Name English Vietnamese Dictionary English Vietnamese Dictionary
ID dbimklemgbbnecnfhddifhlcbjeniogk
Official URL https://chrome.google.com/webstore/detail/english-vietnamese-dictio/dbimklemgbbnecnfhddifhlcbjeniogk
Description Từ điển Anh - Việt
File Size 81.77 KB
Installation Count 1,000
Current Version 1.2.4
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 3.60/5 Total 10 Ratings
Developer daominhgiang
Payment Type free
Extension Website http://xuanphuoc.vn/
Help Page URL https://www.facebook.com/4machban/posts/1713924775518665
Supported Languages en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English Vietnamese Dictionary",
    "description": "__MSG_extdescription__",
    "version": "1.2.4",
    "default_locale": "vi",
    "background": {
        "scripts": [
            "keycodes.min.js",
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.min.js",
                "content_script.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "browser_action": {
        "default_icon": "icons\/24x24icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "http:\/\/sv.machban.vn\/",
        "notifications",
        "contextMenus",
        "desktopCapture",
        "http:\/\/xuanphuoc.vn\/"
    ],
    "icons": {
        "16": "icons\/24x24icon.png",
        "48": "icons\/40x48icon.png"
    }
}