Jhint

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

Jhint란 무엇입니까?

Jhint은(는) vhrebenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translation of the Japanese words into English and translation of English words into Japanese"입니다.

확장 프로그램 스크린샷

screenshot

Jhint 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
공식 URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
설명 Translation of the Japanese words into English and translation of English words into Japanese
파일 크기 223 KB
설치 횟수 58
현재 버전 0.0.6
최근 업데이트 2019-02-10
출시 날짜 2019-02-10
평점 5.00/5 총 4 개의 평점
개발자 vhrebenko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://jisho.org/
지원되는 언어 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"
            ]
        }
    ]
}