NHK Easy Furigana on Hover
Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
What is NHK Easy Furigana on Hover?
NHK Easy Furigana on Hover is a Chrome extension developed by skywalk211, and its main feature is "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".
Extension Screenshots
Download NHK Easy Furigana on Hover Extension CRX File
Download NHK Easy Furigana on Hover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NHK Easy Furigana on Hover |
ID | jkochgjgpeebeliibinpgdhddchgpdkm |
Official URL | https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm |
Description | Hides furigana on the NHK easy news unless the user is hovering over the related kanji. |
File Size | 6.87 KB |
Installation Count | 132 |
Current Version | 1.0.0 |
Last Updated | 2021-10-29 |
Publish Date | 2021-10-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | skywalk211 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |