NHK Easy Furigana on Hover

Hides furigana on the NHK easy news unless the user is hovering over the related kanji.

NHK Easy Furigana on Hoverとは何ですか?

NHK Easy Furigana on Hoverはskywalk211によって開発されたChromeの拡張機能で、その主な機能は「Hides furigana on the NHK easy news unless the user is hovering over the related kanji.」です。

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

screenshot

NHK Easy Furigana on Hover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension modifies the CSS on https://www3.nhk.or.jp/news/easy/ to hide furigana unless the user is hovering over the related kanji. This allows a reader to try and recall the reading of the kanji without the hiragana being directly above it.                    

拡張機能の基本情報

名前 NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
公式URL https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
説明 Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
ファイルサイズ 6.87 KB
インストール数 132
現在のバージョン 1.0.0
最終更新日 2021-10-29
公開日 2021-10-29
評価 5.00/5 合計 2 レビュー
開発者 skywalk211
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NHK Easy Furigana on Hover",
    "version": "1.0.0",
    "icons": {
        "128": "128.png"
    },
    "description": "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www3.nhk.or.jp\/news\/easy\/*"
            ]
        }
    ]
}