FuriKanji

Add furigana to japanese kanji and searching online dictionaries

Wat is FuriKanji?

FuriKanji is een Chrome-extensie ontwikkeld door Hsin Yuan Yeh, en de belangrijkste functie is "Add furigana to japanese kanji and searching online dictionaries".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FuriKanji

Download FuriKanji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

(以前的修訂略)                    

Basisinformatie over de Extensie

Naam FuriKanji FuriKanji
ID plpdljndcikodkdhcbcbfnbmeplcjdeh
Officiële URL https://chromewebstore.google.com/detail/furikanji/plpdljndcikodkdhcbcbfnbmeplcjdeh
Beschrijving Add furigana to japanese kanji and searching online dictionaries
Bestandsgrootte 15.12 MB
Aantal Installaties 2,533
Huidige Versie build 44
Laatst Bijgewerkt 2020-05-21
Publicatiedatum 2020-05-20
Beoordeling 4.25/5 Totaal 16 Beoordelingen
Ontwikkelaar Hsin Yuan Yeh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}