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

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

Từ điển tiếng Nhật JP is a Chrome extension developed by https://tudienjp.com, and its main feature is "Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Từ điển tiếng Nhật JP Extension CRX File

Download Từ điển tiếng Nhật JP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Từ điển tiếng Nhật JP Từ điển tiếng Nhật JP
ID fogenijnedmmmofgaifofnihbalehpdg
Official URL https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-ti%E1%BA%BFng-nh%E1%BA%ADt-jp/fogenijnedmmmofgaifofnihbalehpdg
Description Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP
File Size 29.48 MB
Installation Count 8,000
Current Version 3.2.6
Last Updated 2024-01-03
Publish Date 2022-07-24
Rating 4.95/5 Total 37 Ratings
Developer https://tudienjp.com
Email [email protected]
Payment Type free
Extension Website https://tudienjp.com/
Privacy Policy Page URL https://tudienjp.com/privacy
Supported Languages 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"
    }
}