NHK Easy Furigana on Hover

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

Apa itu NHK Easy Furigana on Hover?

NHK Easy Furigana on Hover adalah ekstensi Chrome yang dikembangkan oleh skywalk211, dan fitur utamanya adalah "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NHK Easy Furigana on Hover

Unduh file ekstensi NHK Easy Furigana on Hover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
URL Resmi https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
Deskripsi Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Ukuran File 6.87 KB
Jumlah Instalasi 132
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-10-29
Tanggal Publikasi 2021-10-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang skywalk211
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}