Furigana hider

Simple way to get hide/show furigana in tags.

Furigana hiderคืออะไร?

Furigana hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gray_-_wolf และคุณลักษณะหลักของมันคือ "Simple way to get hide/show furigana in tags."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Furigana hider

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

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
คำอธิบาย Simple way to get hide/show furigana in tags.
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.9.3
อัปเดตครั้งล่าสุด 2018-03-21
วันที่เผยแพร่ 2018-03-20
ผู้พัฒนา gray_-_wolf
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana hider",
    "short_name": "Furigana hider",
    "description": "Simple way to get hide\/show furigana in  tags.",
    "version": "0.9.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "sys.min.js",
                "chrome.min.js",
                "cs.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon016.png",
        "32": "icons\/icon032.png",
        "48": "icons\/icon048.png",
        "64": "icons\/icon064.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}