NHK Easy Furigana on Hover

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

Cos'è NHK Easy Furigana on Hover?

NHK Easy Furigana on Hover è un'estensione di Chrome sviluppata da skywalk211, e la sua funzione principale è "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NHK Easy Furigana on Hover

Scarica i file di estensione NHK Easy Furigana on Hover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
URL Ufficiale https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
Descrizione Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Dimensione del File 6.87 KB
Conteggio Installazioni 132
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-29
Data di Pubblicazione 2021-10-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore skywalk211
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}