English Vietnamese Dictionary

Từ điển Anh - Việt

Hvad er English Vietnamese Dictionary?

English Vietnamese Dictionary er en Chrome-udvidelse udviklet af daominhgiang, og dens hovedfunktion er "Từ điển Anh - Việt".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download English Vietnamese Dictionary-udvidelses-CRX-fil

Download English Vietnamese Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn English Vietnamese Dictionary English Vietnamese Dictionary
ID dbimklemgbbnecnfhddifhlcbjeniogk
Officiel URL https://chrome.google.com/webstore/detail/english-vietnamese-dictio/dbimklemgbbnecnfhddifhlcbjeniogk
Beskrivelse Từ điển Anh - Việt
Filstørrelse 81.77 KB
Antal Installationer 1,000
Nuværende Version 1.2.4
Senest Opdateret 2018-05-10
Udgivelsesdato 2018-05-10
Bedømmelse 3.60/5 Samlet 10 Bedømmelser
Udvikler daominhgiang
Betalingsmetode free
Udvidelseswebsted http://xuanphuoc.vn/
Hjælpeside-URL https://www.facebook.com/4machban/posts/1713924775518665
Understøttede Sprog 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"
    }
}