Genki/WaniKani Kanji Highlighter

This extension helps you apply Kanji that you have learned.

Genki/WaniKani Kanji Highlighterとは何ですか?

Genki/WaniKani Kanji HighlighterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you apply Kanji that you have learned.」です。

拡張機能のスクリーンショット

screenshot

Genki/WaniKani Kanji Highlighter拡張機能のCRXファイルをダウンロード

Genki/WaniKani Kanji Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Genki/WaniKani Kanji Highlighter Genki/WaniKani Kanji Highlighter
ID jbljbdlfhlckaiechkcpcdendkcojkhb
公式URL https://chromewebstore.google.com/detail/genkiwanikani-kanji-highl/jbljbdlfhlckaiechkcpcdendkcojkhb
説明 This extension helps you apply Kanji that you have learned.
ファイルサイズ 382 KB
インストール数 99
現在のバージョン 1.0.0
最終更新日 2017-05-09
公開日 2017-05-09
評価 3.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
}