CheckWithMouseOver

Invert the check with Alt key & mouse over for check box or radio button.

CheckWithMouseOverคืออะไร?

CheckWithMouseOver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ydk.vc และคุณลักษณะหลักของมันคือ "Invert the check with Alt key & mouse over for check box or radio button."

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

screenshot

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

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

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

                        チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.                    

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

ชื่อ CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
คำอธิบาย Invert the check with Alt key & mouse over for check box or radio button.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2020-05-21
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://ydk.vc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yudukiak/CheckWithMouseOver/
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CheckWithMouseOver",
    "version": "1.2.2",
    "description": "Invert the check with Alt key & mouse over for check box or radio button.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ]
}