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

O que é Tratu-Soha Lookup?

Tratu-Soha Lookup é uma extensão do Chrome desenvolvida por Tu Tran, e sua principal característica é "Tra cứu nhanh từ điển Tratu-Soha cho các từ đánh dấu trên website bất kỳ.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tratu-Soha Lookup

Baixe arquivos de extensão Tratu-Soha Lookup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tratu-Soha Lookup Tratu-Soha Lookup
ID cejcamkfmcboeoaplnoeckholcdnfcnb
URL Oficial https://chromewebstore.google.com/detail/tratu-soha-lookup/cejcamkfmcboeoaplnoeckholcdnfcnb
Descrição Tra cứu nhanh từ điển Tratu-Soha cho các từ đánh dấu trên website bất kỳ.
Tamanho do Arquivo 20.32 KB
Contagem de Instalações 525
Versão Atual 0.0.2
Última Atualização 2021-05-20
Data de Publicação 2021-05-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tu Tran
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}