Genki/WaniKani Kanji Highlighter

This extension helps you apply Kanji that you have learned.

What is Genki/WaniKani Kanji Highlighter?

Genki/WaniKani Kanji Highlighter is a Chrome extension developed by Unknown, and its main feature is "This extension helps you apply Kanji that you have learned.".

Extension Screenshots

screenshot

Download Genki/WaniKani Kanji Highlighter Extension CRX File

Download Genki/WaniKani Kanji Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Conveniently highlights kanji on the currently viewed webpage based on two learning sources: WaniKani and Genki textbook series.  Red kanji will be learned in more than 5 levels/chapters, Yellow kanji will be learned in 5 levels/chapters or less, and Green kanji are already learned (the lighter green corresponds to kanji learned farther in the past).  Grey kanji do not appear in either learning source.

Automatically updates WaniKani level given your account's API key (can be found on WaniKani -> Settings -> Account).
Saves API key to local browser storage (so you only have to input it once).
Can be used for only a single learning source, simply disable Genki or do not enter an API key.                    

Extension Basic Information

Name Genki/WaniKani Kanji Highlighter Genki/WaniKani Kanji Highlighter
ID jbljbdlfhlckaiechkcpcdendkcojkhb
Official URL https://chromewebstore.google.com/detail/genkiwanikani-kanji-highl/jbljbdlfhlckaiechkcpcdendkcojkhb
Description This extension helps you apply Kanji that you have learned.
File Size 382 KB
Installation Count 99
Current Version 1.0.0
Last Updated 2017-05-09
Publish Date 2017-05-09
Rating 3.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genki\/WaniKani Kanji Highlighter",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.wanikani.com\/api\/*",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Menu",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.1.1.js",
                "highlighter.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "short_name": "Stop reading the furigana!",
    "description": "This extension helps you apply Kanji that you have learned.",
    "author": "Graham McAllister"
}