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.…

Was ist Eng-Vi Dictionary?

Eng-Vi Dictionary ist eine Chrome-Erweiterung, die von Vu Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Eng-Vi Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eng-Vi Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Eng-Vi Dictionary Eng-Vi Dictionary
ID nidobgjfikdhjkmdbpppjokehnnfcefb
Offizielle URL https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb
Beschreibung Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
Dateigröße 56.94 KB
Installationsanzahl 623
Aktuelle Version 1.1.0
Letztes Update 2016-07-03
Veröffentlichungsdatum 2016-07-02
Bewertung 4.93/5 Insgesamt 15 Bewertungen
Entwickler Vu Nguyen
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://vusgeek.com/wordpress/?p=59
Unterstützte Sprachen 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\/*"
    ]
}