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