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.…”。
擴展截圖
下載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 |
ID | nidobgjfikdhjkmdbpppjokehnnfcefb |
官方網址 | 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\/*" ] } |