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

Eng-Vi Dictionary란 무엇입니까?

Eng-Vi Dictionary은(는) Vu Nguyen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Eng-Vi Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Eng-Vi Dictionary Eng-Vi Dictionary
ID nidobgjfikdhjkmdbpppjokehnnfcefb
공식 URL https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb
설명 Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…
파일 크기 56.94 KB
설치 횟수 623
현재 버전 1.1.0
최근 업데이트 2016-07-03
출시 날짜 2016-07-02
평점 4.93/5 총 15 개의 평점
개발자 Vu Nguyen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://vusgeek.com/wordpress/?p=59
지원되는 언어 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\/*"
    ]
}