English Vietnamese Dictionary

Từ điển Anh - Việt

O que é English Vietnamese Dictionary?

English Vietnamese Dictionary é uma extensão do Chrome desenvolvida por daominhgiang, e sua principal característica é "Từ điển Anh - Việt".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão English Vietnamese Dictionary

Baixe arquivos de extensão English Vietnamese 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

                        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                    

Informações Básicas da Extensão

Nome English Vietnamese Dictionary English Vietnamese Dictionary
ID dbimklemgbbnecnfhddifhlcbjeniogk
URL Oficial https://chrome.google.com/webstore/detail/english-vietnamese-dictio/dbimklemgbbnecnfhddifhlcbjeniogk
Descrição Từ điển Anh - Việt
Tamanho do Arquivo 81.77 KB
Contagem de Instalações 1,000
Versão Atual 1.2.4
Última Atualização 2018-05-10
Data de Publicação 2018-05-10
Classificação 3.60/5 Total de 10 Avaliações
Desenvolvedor daominhgiang
Tipo de Pagamento free
Site da Extensão http://xuanphuoc.vn/
URL da Página de Ajuda https://www.facebook.com/4machban/posts/1713924775518665
Idiomas Suportados 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"
    }
}