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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skywalk211 และคุณลักษณะหลักของมันคือ "Hides furigana on the NHK easy news unless the user is hovering over the related kanji."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NHK Easy Furigana on Hover

ดาวน์โหลดไฟล์ส่วนขยาย NHK Easy Furigana on Hover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}