JPTutor

Parse Japanese sentences with JPTutor on learnJPOnline

JPTutor란 무엇입니까?

JPTutor은(는) https://learnjapanese.onl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Parse Japanese sentences with JPTutor on learnJPOnline"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        When viewing Japanese websites, if you want to analyze a Japanese sentence, select your target sentence, right click the selected region and select "Parse a Japanese sentence." The extension will analyze the target sentence automatically.                    

확장 프로그램 기본 정보

이름 JPTutor JPTutor
ID gcoblaoegliiohhmionjklgbgoadlbgf
공식 URL https://chrome.google.com/webstore/detail/jptutor/gcoblaoegliiohhmionjklgbgoadlbgf
설명 Parse Japanese sentences with JPTutor on learnJPOnline
파일 크기 9.33 KB
설치 횟수 19
현재 버전 0.1.2
최근 업데이트 2022-07-19
출시 날짜 2020-11-09
개발자 https://learnjapanese.onl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://learnjapanese.onl/en-us/parse-japanese-sentences/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JPTutor",
    "description": "Parse Japanese sentences with JPTutor on learnJPOnline",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "sakura-16x16.png",
        "128": "sakura-128x128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/learnjapanese.onl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}