Từ điển tiếng Nhật JP

Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP

O que é Từ điển tiếng Nhật JP?

Từ điển tiếng Nhật JP é uma extensão do Chrome desenvolvida por https://tudienjp.com, e sua principal característica é "Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Từ điển tiếng Nhật JP

Baixe arquivos de extensão Từ điển tiếng Nhật JP 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

                        1) Tra cứu nhanh bằng Popup
Bôi đen tiếng Nhật trên các trang web để tra cứu nhanh.
(Click vào icon của tiện ích để bật tắt Popup và xem hướng dẫn)

2) Tra cứu nhanh bằng chuột phải
Bôi đen văn bản → Nhấn chuột phải → Nhấn "Tìm kiếm trên Từ điển JP" để tra từ hoặc dịch đoạn văn.

3) Tra cứu nhanh trên thanh tìm kiếm
Trên thanh tìm kiếm của trình duyệt, gõ "jp" + dấu cách → nhập từ hoặc nội dung cần tra.

Gợi ý:
- Nhấn vào kết quả từ vựng, Hán tự trên Popup để xem nội dung chi tiết và bình luận.
- Double click để bôi đen từ, triple click để bôi đen câu.
- Nhấn giữ Alt để bôi đen link.
- Nếu bạn dùng Edge, có thể dùng phím tắt Ctrl Shift + X để copy button hay những phần chặn copy, sau đó dùng cách thứ 3 (gõ "jp" + dấu cách → paste nội dung đã copy) để tra nhanh.
- Từ điển JP có thể nhận dạng chữ viết tay, nhận dạng hình ảnh. Hãy truy cập tudienjp.com để sử dụng tính năng.

Chúc bạn học tốt với tiện ích tra nhanh của Từ điển Nhật Việt, Việt Nhật TudienJP.com                    

Informações Básicas da Extensão

Nome Từ điển tiếng Nhật JP Từ điển tiếng Nhật JP
ID fogenijnedmmmofgaifofnihbalehpdg
URL Oficial https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-ti%E1%BA%BFng-nh%E1%BA%ADt-jp/fogenijnedmmmofgaifofnihbalehpdg
Descrição Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP
Tamanho do Arquivo 29.48 MB
Contagem de Instalações 8,000
Versão Atual 3.2.6
Última Atualização 2024-01-03
Data de Publicação 2022-07-24
Classificação 4.95/5 Total de 37 Avaliações
Desenvolvedor https://tudienjp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tudienjp.com/
URL da Página de Política de Privacidade https://tudienjp.com/privacy
Idiomas Suportados en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.2.6",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "vi",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ;  object-src 'none'"
    },
    "permissions": [
        "storage",
        "tts",
        "tabs",
        "scripting",
        "contextMenus",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "omnibox": {
        "keyword": "jp"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pdfjs\/web\/viewer.html",
                "ocr.html",
                "opencvHandler.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "opencvHandler.html"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "css": [
                "bootstrapcustom.min.css"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "T\u1eeb \u0111i\u1ec3n ti\u1ebfng Nh\u1eadt JP",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    }
}