Jhint

Translation of the Japanese words into English and translation of English words into Japanese

Was ist Jhint?

Jhint ist eine Chrome-Erweiterung, die von vhrebenko entwickelt wurde, und ihr Hauptmerkmal ist "Translation of the Japanese words into English and translation of English words into Japanese".

Erweiterungsscreenshots

screenshot

Jhint-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jhint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The expansion allows you to translate English words into Japanese and Japanese words into English. To translate a word is enough to highlight it and press the button "j". In the window that appears you will see the translation of the word and its transcription.                    

Grundlegende Informationen zur Erweiterung

Name Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
Offizielle URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Beschreibung Translation of the Japanese words into English and translation of English words into Japanese
Dateigröße 223 KB
Installationsanzahl 58
Aktuelle Version 0.0.6
Letztes Update 2019-02-10
Veröffentlichungsdatum 2019-02-10
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler vhrebenko
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://jisho.org/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jhint",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Translation of the Japanese words into English  and translation of English words into Japanese",
    "homepage_url": "https:\/\/github.com\/shpp\/jhint",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Jhint",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/*\/* ",
        "http:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}