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.…
Cos'è Eng-Vi Dictionary?
Eng-Vi Dictionary è un'estensione di Chrome sviluppata da Vu Nguyen, e la sua funzione principale è "Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eng-Vi Dictionary
Scarica i file di estensione Eng-Vi Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nidobgjfikdhjkmdbpppjokehnnfcefb |
| URL Ufficiale | https://chromewebstore.google.com/detail/eng-vi-dictionary/nidobgjfikdhjkmdbpppjokehnnfcefb |
| Descrizione | Double click on a new word to see its definition. When you are done, just click away, and the definition box will disappear.… |
| Dimensione del File | 56.94 KB |
| Conteggio Installazioni | 623 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2016-07-03 |
| Data di Pubblicazione | 2016-07-02 |
| Valutazione | 4.93/5 Totale 15 Valutazioni |
| Sviluppatore | Vu Nguyen |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://vusgeek.com/wordpress/?p=59 |
| Lingue Supportate | 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\/*"
]
} | |