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

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

Từ điển tiếng Nhật JP is een Chrome-extensie ontwikkeld door https://tudienjp.com, en de belangrijkste functie 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".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Từ điển tiếng Nhật JP

Download Từ điển tiếng Nhật JP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Từ điển tiếng Nhật JP Từ điển tiếng Nhật JP
ID fogenijnedmmmofgaifofnihbalehpdg
Officiële 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
Beschrijving Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP
Bestandsgrootte 29.48 MB
Aantal Installaties 8,000
Huidige Versie 3.2.6
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2022-07-24
Beoordeling 4.95/5 Totaal 37 Beoordelingen
Ontwikkelaar https://tudienjp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tudienjp.com/
URL van de Privacybeleid Pagina https://tudienjp.com/privacy
Ondersteunde Talen 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"
    }
}