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ファイルをダウンロード

Eng-Vi Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}