NHK Easy Furigana on Hover

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

Was ist NHK Easy Furigana on Hover?

NHK Easy Furigana on Hover ist eine Chrome-Erweiterung, die von skywalk211 entwickelt wurde, und ihr Hauptmerkmal ist "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".

Erweiterungsscreenshots

screenshot

NHK Easy Furigana on Hover-Erweiterungs-CRX-Datei herunterladen

Laden Sie NHK Easy Furigana on Hover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
Offizielle URL https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
Beschreibung Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Dateigröße 6.87 KB
Installationsanzahl 132
Aktuelle Version 1.0.0
Letztes Update 2021-10-29
Veröffentlichungsdatum 2021-10-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler skywalk211
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}