Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

Japanese Dictionary란 무엇입니까?

Japanese Dictionary은(는) yaoyaox023에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search in Japanese in Jisho just Select and Click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is a helper extension for searching in jisho.org.

Usage: just select words or text and hit the jisho logo.

Note that this is not an official extension from jisho.org.

I am a Japanese learner and have been using jisho constantly for a couple of months.

I developed this tool for myself first and I wish this could be of use to you now.                    

확장 프로그램 기본 정보

이름 Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
공식 URL https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
설명 Search in Japanese in Jisho just Select and Click!
파일 크기 1.34 MB
설치 횟수 50
현재 버전 0.0.0.3
최근 업데이트 2020-05-27
출시 날짜 2020-05-27
개발자 yaoyaox023
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Dictionary",
    "author": "libing",
    "version": "0.0.0.3",
    "description": "Search in Japanese in Jisho just Select and Click!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "res\/jp2chn.json"
    ],
    "icons": {
        "16": "images\/jisho-16.png",
        "32": "images\/jisho-32.png",
        "48": "images\/jisho-48.png",
        "128": "images\/jisho-128.png"
    }
}