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 |
Eメール | [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" ] } } |