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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}