NHK Easy Furigana on Hover

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

NHK Easy Furigana on Hover란 무엇입니까?

NHK Easy Furigana on Hover은(는) skywalk211에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides furigana on the NHK easy news unless the user is hovering over the related kanji."입니다.

확장 프로그램 스크린샷

screenshot

NHK Easy Furigana on Hover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
공식 URL https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
설명 Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
파일 크기 6.87 KB
설치 횟수 132
현재 버전 1.0.0
최근 업데이트 2021-10-29
출시 날짜 2021-10-29
평점 5.00/5 총 2 개의 평점
개발자 skywalk211
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
            ]
        }
    ]
}