Genki/WaniKani Kanji Highlighter

This extension helps you apply Kanji that you have learned.

Co je Genki/WaniKani Kanji Highlighter?

Genki/WaniKani Kanji Highlighter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension helps you apply Kanji that you have learned.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Genki/WaniKani Kanji Highlighter

Stáhněte si soubory rozšíření Genki/WaniKani Kanji Highlighter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Genki/WaniKani Kanji Highlighter Genki/WaniKani Kanji Highlighter
ID jbljbdlfhlckaiechkcpcdendkcojkhb
Oficiální URL https://chromewebstore.google.com/detail/genkiwanikani-kanji-highl/jbljbdlfhlckaiechkcpcdendkcojkhb
Popis This extension helps you apply Kanji that you have learned.
Velikost souboru 382 KB
Počet instalací 99
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-05-09
Datum Vydání 2017-05-09
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
}