WaniKanify 2.0
A tool for reinforcing your WaniKani vocabulary.
WaniKanify 2.0 क्या है?
WaniKanify 2.0 ThePieMonster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for reinforcing your WaniKani vocabulary."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WaniKanify 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WaniKanify 2.0 takes the vocabulary you've studied on WaniKani, finds the English word on a webpage and substitutes the kanji character. As you learn more kanji, your webpages begin to fill up with kanji! WaniKanify 2.0 can find words anywhere on a webpage and replace it for kanji characters. It is a great utility for practicing and recalling vocabulary you may have forgotten. To get started, install the extension, and go to the options page. Add your public WaniKani API key, which can be found on the WaniKani website, and hit save. Navigate to your favorite webpages, hit the Crabigator and read as normal. As you read, you'll come across kanji characters you should know. Do you remember what the mean? How to pronounce them? You can test the extension out by installing the Chrome Extension and viewing this simple pastebin page: https://pastebin.com/raw/9hDg3y6A Have a suggestion, want to contribute, or found an issue? View the GitHub project for WaniKani 2.0 here: https://github.com/ThePieMonster/WaniKanify-2.0
एक्सटेंशन की मूल जानकारी
नाम | WaniKanify 2.0 |
ID | mgnblnbdmneollbncamkogcpgpjgekpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/wanikanify-20/mgnblnbdmneollbncamkogcpgpjgekpf |
विवरण | A tool for reinforcing your WaniKani vocabulary. |
फ़ाइल का आकार | 272 KB |
स्थापना संख्या | 1,108 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2021-04-28 |
प्रकाशन तिथि | 2021-03-15 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | ThePieMonster |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "WaniKanify 2.0", "name": "WaniKanify 2.0" }, "description": "A tool for reinforcing your WaniKani vocabulary.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "WaniKanify 2.0", "options_page": "options.html", "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.5" } |