English Vietnamese Dictionary

Từ điển Anh - Việt

Qu'est-ce que English Vietnamese Dictionary ?

English Vietnamese Dictionary est une extension Chrome développée par daominhgiang, et sa fonction principale est "Từ điển Anh - Việt".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension English Vietnamese Dictionary

Téléchargez les fichiers d'extension English Vietnamese Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom English Vietnamese Dictionary English Vietnamese Dictionary
ID dbimklemgbbnecnfhddifhlcbjeniogk
URL Officiel https://chrome.google.com/webstore/detail/english-vietnamese-dictio/dbimklemgbbnecnfhddifhlcbjeniogk
Description Từ điển Anh - Việt
Taille du Fichier 81.77 KB
Nombre d'Installations 1,000
Version Actuelle 1.2.4
Dernière Mise à Jour 2018-05-10
Date de Publication 2018-05-10
Évaluation 3.60/5 Total 10 Évaluations
Développeur daominhgiang
Type de Paiement free
Site Web de l'Extension http://xuanphuoc.vn/
URL de la Page d'Aide https://www.facebook.com/4machban/posts/1713924775518665
Langues Prises en Charge 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"
    }
}