Eng-Vi Dictionary

Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…

Qu'est-ce que Eng-Vi Dictionary ?

Eng-Vi Dictionary est une extension Chrome développée par Vu Nguyen, et sa fonction principale est "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eng-Vi Dictionary

Téléchargez les fichiers d'extension Eng-Vi 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

                        Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear. Definitions are adapted from Vdict.com .

Double-click vào từ tiếng Anh để tra nghĩa tiếng Việt. Click vào bất cứ nơi nào của trang web để làm hộp thoại này biến mất sau khi tra. Hỗ trợ phát âm. Từ điển Anh-Việt được sàng lọc từ trang Vdict.com 

Visit our website for installation instruction and updates

Dev. team: 
- Vu Nguyen
- Kha Nguyen
- Khanh Tran                    

Informations de Base sur l'Extension

Nom Eng-Vi Dictionary Eng-Vi Dictionary
ID nidobgjfikdhjkmdbpppjokehnnfcefb
URL Officiel https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb
Description Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
Taille du Fichier 56.94 KB
Nombre d'Installations 623
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-07-03
Date de Publication 2016-07-02
Évaluation 4.93/5 Total 15 Évaluations
Développeur Vu Nguyen
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://vusgeek.com/wordpress/?p=59
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eng-Vi Dictionary",
    "version": "1.1.0",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "translate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.vdict.com\/",
        "https:\/\/translate.google.com\/*"
    ]
}