Check Range

Shift-click first and last checkbox to select/deselect range.

Check Rangeคืออะไร?

Check Range เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zurieee และคุณลักษณะหลักของมันคือ "Shift-click first and last checkbox to select/deselect range."

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

screenshot

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

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

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

                        The "Check Range" extension is designed to enhance the checkbox selection experience in webpages. It provides users with the ability to select checkboxes within a range by simply holding the Shift key.

All you have to do is select the first and last checkbox while holding the Shift key and the extension will select all the checkboxes in the selected range.

Original author: Jesse Ruderman - http://www.squarefree.com/2005/04/13/checkrange/
Chromified by Christian Bloch - https://github.com/cbloch
Converted to Manifest v3 by Przemysław Żurek                    

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

ชื่อ Check Range Check Range
ID mnnlhhoblmkdamjbkmlolmpomhnplihm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/check-range/mnnlhhoblmkdamjbkmlolmpomhnplihm
คำอธิบาย Shift-click first and last checkbox to select/deselect range.
ขนาดไฟล์ 92.84 KB
จำนวนการติดตั้ง 1,613
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-06-12
วันที่เผยแพร่ 2023-06-11
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Zurieee
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Range",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Shift-click first and last checkbox to select\/deselect range.",
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "72": "72.png",
        "128": "128.png",
        "256": "256.png",
        "512": "512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "check_range.user.js"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": []
}