jisho-pitcher

Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org

jisho-pitcher란 무엇입니까?

jisho-pitcher은(는) fi-le에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org"입니다.

확장 프로그램 스크린샷

screenshot

jisho-pitcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The add-on currently uses pitch accent information from the Japanese-German dictionary wadoku and from the kanjium dataset. The data is already packaged in the add-on, so there will be no additional stress on the internet connection.                    

확장 프로그램 기본 정보

이름 jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
공식 URL https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
설명 Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
파일 크기 190 KB
설치 횟수 3,288
현재 버전 1.7
최근 업데이트 2020-08-05
출시 날짜 2020-07-28
평점 4.93/5 총 14 개의 평점
개발자 fi-le
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jisho-pitcher",
    "version": "1.7",
    "description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jisho.org\/*"
            ],
            "js": [
                "jisho_pitcher.js"
            ]
        }
    ]
}