Tratu-Soha Lookup
Tra cứu nhanh từ điển Tratu-Soha cho các từ đánh dấu trên website bất kỳ.
Cos'è Tratu-Soha Lookup?
Tratu-Soha Lookup è un'estensione di Chrome sviluppata da Tu Tran, e la sua funzione principale è "Tra cứu nhanh từ điển Tratu-Soha cho các từ đánh dấu trên website bất kỳ.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tratu-Soha Lookup
Scarica i file di estensione Tratu-Soha Lookup 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
* CÁCH SỬ DỤNG:
- Bôi đen từ muốn tra, sau đó click chuột phải, chọn "Tratu-Soha...".
- Trước đó, bạn có thể chọn loại từ điển trên popup của extension. Bạn cũng có thể tra cứu trực tiếp ở trên popup.
* LƯU Ý:
Sau khi cài đặt tiện ích, bạn nên ghim icon của tiện ích trên thanh toolbar của trình duyệt để sử dụng thuận tiện hơn.
* Thông tin thêm về Tra Từ - Soha:
Tra Từ - Soha là hệ thống từ điển chuyên ngành tốt nhất được xây dựng trên nền tảng Mediawiki_ cho phép người dùng tra cứu nghĩa của từ trong các lĩnh vực khác nhau.
Tra Từ - Soha hỗ trợ các từ điển chuyên ngành trực tuyến mở: Anh, Pháp, Nhật, Việt, Hàn, Trung, Viết Tắt. Informazioni di Base sull'Estensione
| Nome | |
| ID | cejcamkfmcboeoaplnoeckholcdnfcnb |
| URL Ufficiale | https://chromewebstore.google.com/detail/tratu-soha-lookup/cejcamkfmcboeoaplnoeckholcdnfcnb |
| Descrizione | Tra cứu nhanh từ điển Tratu-Soha cho các từ đánh dấu trên website bất kỳ. |
| Dimensione del File | 20.32 KB |
| Conteggio Installazioni | 525 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2021-05-20 |
| Data di Pubblicazione | 2021-05-20 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Tu Tran |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,fr,vi,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"version": "0.0.2",
"default_locale": "vi",
"permissions": [
"contextMenus",
"storage"
],
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "\/img\/16x16.png",
"48": "\/img\/48x48.png",
"128": "\/img\/128x128.png"
},
"default_popup": "index.html"
},
"icons": {
"16": "\/img\/16x16.png",
"48": "\/img\/48x48.png",
"128": "\/img\/128x128.png"
}
} | |