WaniKanify 2.0
A tool for reinforcing your WaniKani vocabulary.
WaniKanify 2.0란 무엇입니까?
WaniKanify 2.0은(는) ThePieMonster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for reinforcing your WaniKani vocabulary."입니다.
확장 프로그램 스크린샷
WaniKanify 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |