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

Vad är Eng-Vi Dictionary?

Eng-Vi Dictionary är en Chrome-tillägg utvecklad av Vu Nguyen, och dess huvudfunktion är "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Eng-Vi Dictionary-förlängningens CRX-fil

Ladda ner Eng-Vi Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Eng-Vi Dictionary Eng-Vi Dictionary
ID nidobgjfikdhjkmdbpppjokehnnfcefb
Officiell webbadress https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb
Beskrivning Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
Filstorlek 56.94 KB
Antal Installationer 623
Aktuell Version 1.1.0
Senast Uppdaterad 2016-07-03
Publiceringsdatum 2016-07-02
Betyg 4.93/5 Totalt 15 Betyg
Utvecklare Vu Nguyen
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://vusgeek.com/wordpress/?p=59
Stödda Språk 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\/*"
    ]
}