JPTutor
Parse Japanese sentences with JPTutor on learnJPOnline
JPTutor क्या है?
JPTutor https://learnjapanese.onl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parse Japanese sentences with JPTutor on learnJPOnline"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JPTutor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } } |