Check Range

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

What is Check Range?

Check Range is a Chrome extension developed by Christian Bloch, and its main feature is "Shift-click first and last checkbox to select/deselect range.".

Extension Screenshots

screenshot

Download Check Range Extension CRX File

Download Check Range extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shift-click first and last checkbox to select/deselect range. Based on Jesse Ruderman's Check Range Greasemonkey script at http://www.squarefree.com/2005/04/13/checkrange/.                    

Extension Basic Information

Name Check Range Check Range
ID kcfmannklpnoilbdlaabnfolfepmpmfj
Official URL https://chrome.google.com/webstore/detail/check-range/kcfmannklpnoilbdlaabnfolfepmpmfj
Description Shift-click first and last checkbox to select/deselect range.
File Size 92.48 KB
Installation Count 9,677
Current Version 1.5
Last Updated 2012-11-09
Publish Date 2012-11-09
Rating 4.44/5 Total 78 Ratings
Developer Christian Bloch
Payment Type free
Extension Website https://github.com/cbloch/Check-Range-Chrome-Extension
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Range",
    "version": "1.5",
    "manifest_version": 2,
    "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": [
        "tabs"
    ]
}