Check Range

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

¿Qué es Check Range?

Check Range es una extensión de Chrome desarrollada por Zurieee, y su función principal es "Shift-click first and last checkbox to select/deselect range.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Check Range

Descarga archivos de extensión Check Range en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Check Range Check Range
ID mnnlhhoblmkdamjbkmlolmpomhnplihm
URL Oficial https://chromewebstore.google.com/detail/check-range/mnnlhhoblmkdamjbkmlolmpomhnplihm
Descripción Shift-click first and last checkbox to select/deselect range.
Tamaño del Archivo 92.84 KB
Cantidad de Instalaciones 1,613
Versión Actual 1.5
Última Actualización 2023-06-12
Fecha de Publicación 2023-06-11
Calificación 4.57/5 Total de 7 Calificaciones
Desarrollador Zurieee
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}