JPTutor
Parse Japanese sentences with JPTutor on learnJPOnline
什么是JPTutor?
JPTutor是由https://learnjapanese.onl开发的Chrome扩展程序,该扩展的主要功能是“Parse Japanese sentences with JPTutor on learnJPOnline”。
扩展截图
下载JPTutor扩展crx文件
下载JPTutor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" ] } } |