JPTutor

Parse Japanese sentences with JPTutor on learnJPOnline

What is JPTutor?

JPTutor is a Chrome extension developed by https://learnjapanese.onl, and its main feature is "Parse Japanese sentences with JPTutor on learnJPOnline".

Extension Screenshots

screenshot

Download JPTutor Extension CRX File

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

                        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.                    

Extension Basic Information

Name JPTutor JPTutor
ID gcoblaoegliiohhmionjklgbgoadlbgf
Official URL https://chrome.google.com/webstore/detail/jptutor/gcoblaoegliiohhmionjklgbgoadlbgf
Description Parse Japanese sentences with JPTutor on learnJPOnline
File Size 9.33 KB
Installation Count 19
Current Version 0.1.2
Last Updated 2022-07-19
Publish Date 2020-11-09
Developer https://learnjapanese.onl
Email [email protected]
Payment Type free
Extension Website https://learnjapanese.onl/en-us/parse-japanese-sentences/
Supported Languages 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"
        ]
    }
}