Jhint

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

What is Jhint?

Jhint is a Chrome extension developed by vhrebenko, and its main feature is "Translation of the Japanese words into English and translation of English words into Japanese".

Extension Screenshots

screenshot

Download Jhint Extension CRX File

Download Jhint 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

                        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.                    

Extension Basic Information

Name Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
Official URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Description Translation of the Japanese words into English and translation of English words into Japanese
File Size 223 KB
Installation Count 58
Current Version 0.0.6
Last Updated 2019-02-10
Publish Date 2019-02-10
Rating 5.00/5 Total 4 Ratings
Developer vhrebenko
Email [email protected]
Payment Type free
Extension Website http://jisho.org/
Supported Languages 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"
            ]
        }
    ]
}