English Vietnamese Dictionary

Từ điển Anh - Việt

Cos'è English Vietnamese Dictionary?

English Vietnamese Dictionary è un'estensione di Chrome sviluppata da daominhgiang, e la sua funzione principale è "Từ điển Anh - Việt".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione English Vietnamese Dictionary

Scarica i file di estensione English Vietnamese Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome English Vietnamese Dictionary English Vietnamese Dictionary
ID dbimklemgbbnecnfhddifhlcbjeniogk
URL Ufficiale https://chrome.google.com/webstore/detail/english-vietnamese-dictio/dbimklemgbbnecnfhddifhlcbjeniogk
Descrizione Từ điển Anh - Việt
Dimensione del File 81.77 KB
Conteggio Installazioni 1,000
Versione Corrente 1.2.4
Ultimo Aggiornamento 2018-05-10
Data di Pubblicazione 2018-05-10
Valutazione 3.60/5 Totale 10 Valutazioni
Sviluppatore daominhgiang
Tipo di Pagamento free
Sito Web dell'Estensione http://xuanphuoc.vn/
URL della Pagina di Aiuto https://www.facebook.com/4machban/posts/1713924775518665
Lingue Supportate 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"
    }
}