Furigana Extension

Furigana Extension helps you adding furigana(phonetic characters) to kanji.

Furigana Extension là gì?

Furigana Extension là một tiện ích mở rộng Chrome được phát triển bởi future.architect.tig, và tính năng chính của nó là "Furigana Extension helps you adding furigana(phonetic characters) to kanji.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Furigana Extension

Tải xuống các tệp mở rộng Furigana Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Furigana Extension helps you adding furigana(phonetic characters) to kanji.

Features:

Set the notation type of the furigana. (hiragana, katakana, or romaji)
Set the display position of the furigana. (above, to the right, or tooltip)
Adjust the size and change the color of the furigana.
Choose if you would like the furigana to be displayed for every word or only the first appearance of the word.
Choose the level of kanji you would like to add furigana to the texts. (JLPT N5-N1, elementary school grades 1-6)
Create a list of words those do not need furigana.
Change the furigana for a specific word. (select the sentence, right-click then choose 'change setting of furigana')
Create new furigana for unlisted words.
Use a text-to-voice function (select the sentence, right-click then choose 'Speak in Japanese')

「Furigana Extension」は漢字にふりがなを付けることが出来るツールです。

機能詳細は以下です。

・ふりがなの表記方法の設定が可能(ひらがな、カタカナ、ローマ字)。
・ふりがなの表示位置の設定が可能(上、右、ツールチップ)。
・ふりがなのデザインの設定が可能(サイズ、色)。
・ふりがなを付けるルールの設定が可能(全て、初出のみ)。
・ふりがなを付ける漢字レベルの設定が可能(日本語能力試験N5~N1、小学1~6年生)。
・ふりがなの付与対象外の設定が可能。
・ふりがなの変更が可能(右クリックで操作可能)。
・単語登録が可能。
・読み上げ機能あり(選択して右クリックして「日本語で読み上げ」で操作可能)。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Furigana Extension Furigana Extension
ID kenooeijfmebjimghhoijpdbednpnpbl
URL Chính Thức https://chrome.google.com/webstore/detail/furigana-extension/kenooeijfmebjimghhoijpdbednpnpbl
Mô tả Furigana Extension helps you adding furigana(phonetic characters) to kanji.
Kích Thước Tệp 14.87 MB
Số Lần Cài Đặt 300,000
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2018-05-26
Ngày Phát Hành 2018-05-26
Đánh Giá 4.24/5 Tổng số 45 Đánh Giá
Nhà Phát Triển future.architect.tig
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Furigana Extension",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "description": "Furigana Extension helps you adding furigana(phonetic characters) to kanji.",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png"
        },
        "default_title": "Furigana Extension"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dict\/base.dat.gz",
        "dict\/cc.dat.gz",
        "dict\/check.dat.gz",
        "dict\/tid.dat.gz",
        "dict\/tid_map.dat.gz",
        "dict\/tid_pos.dat.gz",
        "dict\/unk.dat.gz",
        "dict\/unk_char.dat.gz",
        "dict\/unk_compat.dat.gz",
        "dict\/unk_invoke.dat.gz",
        "dict\/unk_map.dat.gz",
        "dict\/unk_pos.dat.gz"
    ]
}