FuriKanji

Add furigana to japanese kanji and searching online dictionaries

What is FuriKanji?

FuriKanji is a Chrome extension developed by Hsin Yuan Yeh, and its main feature is "Add furigana to japanese kanji and searching online dictionaries".

Extension Screenshots

screenshot
screenshot
screenshot

Download FuriKanji Extension CRX File

Download FuriKanji 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

                        FuriKanji 提供以下的功能:
一、顯示滑鼠下方日文漢字的注音
二、在Google翻譯擴充功能跳出的翻譯上顯示日文漢字注音
三、在15個線上日文漢字辭書網站上直接跳躍
四、將TBS新聞動畫網站變成具備日語聽力學習功能

2020/05/17
修正因TBS改版造成無法載入新聞內容的問題

2020/04/19
修正與Google翻譯外掛整合問題及因辭書改版導致某些辭書間無法跳躍的問題

2019/06/26
修正許多辭書間無法跳躍的問題,及增加三省堂的網路辭書

(以前的修訂略)                    

Extension Basic Information

Name FuriKanji FuriKanji
ID plpdljndcikodkdhcbcbfnbmeplcjdeh
Official URL https://chromewebstore.google.com/detail/furikanji/plpdljndcikodkdhcbcbfnbmeplcjdeh
Description Add furigana to japanese kanji and searching online dictionaries
File Size 15.12 MB
Installation Count 2,533
Current Version build 44
Last Updated 2020-05-21
Publish Date 2020-05-20
Rating 4.25/5 Total 16 Ratings
Developer Hsin Yuan Yeh
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FuriKanji",
    "version": "2.20.05.10",
    "version_name": "build 44",
    "description": "Add furigana to japanese kanji and searching online dictionaries",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19_off.png"
        },
        "default_title": "Kanji-Furi"
    },
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs_all_urls.js",
                "cs_tbs_video_dl.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "icon_20.png",
        "icon_20switch.png",
        "icon_20_memo.png",
        "close.png",
        "hand.png",
        "to_furigana.png",
        "add-ons.css",
        "cs_tbs_news.js",
        "cs_inject.js",
        "lib\/*",
        "tbs_continue_news.html",
        "tbs_continue_news.js"
    ]
}