Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/*"
]
}
]
}