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 |
官方網址 | 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" } |