Wanikanify
A tool for reinforcing your WaniKani vocabulary
Wanikanifyとは何ですか?
Wanikanifyはjose.e.falconによって開発されたChromeの拡張機能で、その主な機能は「A tool for reinforcing your WaniKani vocabulary」です。
拡張機能のスクリーンショット
Wanikanify拡張機能のCRXファイルをダウンロード
Wanikanify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take the kanji you've studied and inject them into the web! Wanikanify takes the vocabulary you've studied, 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 can find word 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 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? Features: - Importing Google Spreadsheet Data - Custom Vocab Override - Google Chrome Sync - Audio
拡張機能の基本情報
名前 | |
ID | dbnpfdbkecfgaffopefhalliecehhkhj |
公式URL | https://chromewebstore.google.com/detail/wanikanify/dbnpfdbkecfgaffopefhalliecehhkhj |
説明 | A tool for reinforcing your WaniKani vocabulary |
ファイルサイズ | 261 KB |
インストール数 | 1,909 |
現在のバージョン | 1.1.3 |
最終更新日 | 2019-09-26 |
公開日 | 2019-09-26 |
評価 | 4.48/5 合計 64 レビュー |
開発者 | jose.e.falcon |
支払い方法 | free |
対応言語 | en-US |
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", "name": "Wanikanify" }, "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", "options_page": "options.html", "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.3" } |