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

Cos'è Từ điển tiếng Nhật JP?

Từ điển tiếng Nhật JP è un'estensione di Chrome sviluppata da https://tudienjp.com, e la sua funzione principale è "Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Từ điển tiếng Nhật JP

Scarica i file di estensione Từ điển tiếng Nhật JP 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

                        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                    

Informazioni di Base sull'Estensione

Nome Từ điển tiếng Nhật JP Từ điển tiếng Nhật JP
ID fogenijnedmmmofgaifofnihbalehpdg
URL Ufficiale https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-ti%E1%BA%BFng-nh%E1%BA%ADt-jp/fogenijnedmmmofgaifofnihbalehpdg
Descrizione Tra từ, phân tích câu, dịch Nhật Việt, Việt Nhật với Từ điển JP
Dimensione del File 29.48 MB
Conteggio Installazioni 8,000
Versione Corrente 3.2.6
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2022-07-24
Valutazione 4.95/5 Totale 37 Valutazioni
Sviluppatore https://tudienjp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tudienjp.com/
URL della Pagina della Politica sulla Privacy https://tudienjp.com/privacy
Lingue Supportate 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"
    }
}