Japanese Dictionary JP

Lookup vocabulary and Kanji, translate Japanese into multiple languages using JP Dictionary

Τι είναι το Japanese Dictionary JP;

Το Japanese Dictionary JP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jpdictionary.com, και η κύρια λειτουργία του είναι "Lookup vocabulary and Kanji, translate Japanese into multiple languages using JP Dictionary".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Japanese Dictionary JP

Λήψη αρχείων επέκτασης Japanese Dictionary JP σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        1) Lookup when selected
Select Japanese text for lookup.
(Click on the extension icon to select your language)

2) Quick translation by hovering
Hover over the text to translate.

3) Lookup with right-click
Select text → Right-click → Click "Search on JP Dictionary" to lookup, analyze and translate the text.

4) Lookup on search bar
On the browser's search bar, type "jp" + space → Enter the word or sentence you want to lookup.

Tips:
- Turn off the checkbox when not in use.
- Click on the vocabulary, Kanji in the Popup to see detailed content and comments.
- Double-click to highlight a word, triple-click to highlight a sentence.
- Hold down Alt to highlight links.
- If you use Edge, you can use the shortcut Ctrl Shift + X to copy buttons or blocking parts, then lookup on the search bar (type "jp" + space → paste the copied content) for quick lookup.
- JP dictionary can recognize handwritten characters, image recognition. Visit jpdictionary.com to use this feature.

Best regards,
JP Dictionary
jpdictionary.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Japanese Dictionary JP Japanese Dictionary JP
ID jaclholjkcdapeppngdgepndkjpomlfe
Επίσημο URL https://chromewebstore.google.com/detail/japanese-dictionary-jp/jaclholjkcdapeppngdgepndkjpomlfe
Περιγραφή Lookup vocabulary and Kanji, translate Japanese into multiple languages using JP Dictionary
Μέγεθος Αρχείου 29.47 MB
Αριθμός Εγκαταστάσεων 5,257
Τρέχουσα Έκδοση 3.2.6
Τελευταία Ενημέρωση 2024-01-03
Ημερομηνία Δημοσίευσης 2017-06-23
Αξιολόγηση 4.15/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής https://jpdictionary.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jpdictionary.com
URL της Σελίδας Πολιτικής Απορρήτου https://tudienjp.com/privacy
Υποστηριζόμενες Γλώσσες en
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": "en",
    "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": "Japanese Dictionary JP",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    }
}