NHK Easy Furigana on Hover
Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Wat is NHK Easy Furigana on Hover?
NHK Easy Furigana on Hover is een Chrome-extensie ontwikkeld door skywalk211, en de belangrijkste functie is "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".
Extensie Screenshots
Download het CRX-bestand van de extensie NHK Easy Furigana on Hover
Download NHK Easy Furigana on Hover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NHK Easy Furigana on Hover |
ID | jkochgjgpeebeliibinpgdhddchgpdkm |
Officiële URL | https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm |
Beschrijving | Hides furigana on the NHK easy news unless the user is hovering over the related kanji. |
Bestandsgrootte | 6.87 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-10-29 |
Publicatiedatum | 2021-10-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | skywalk211 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |