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

Hvad er Eng-Vi Dictionary?

Eng-Vi Dictionary er en Chrome-udvidelse udviklet af Vu Nguyen, og dens hovedfunktion er "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Eng-Vi Dictionary-udvidelses-CRX-fil

Download Eng-Vi 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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Eng-Vi Dictionary Eng-Vi Dictionary
ID nidobgjfikdhjkmdbpppjokehnnfcefb
Officiel URL https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb
Beskrivelse Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
Filstørrelse 56.94 KB
Antal Installationer 623
Nuværende Version 1.1.0
Senest Opdateret 2016-07-03
Udgivelsesdato 2016-07-02
Bedømmelse 4.93/5 Samlet 15 Bedømmelser
Udvikler Vu Nguyen
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://vusgeek.com/wordpress/?p=59
Understøttede Sprog 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\/*"
    ]
}