Checkbox Selector Firefox

Examine source code of Checkbox Selector

Inspect and view changes in Checkbox Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Checkbox Selector",
  "version": "1.1",
  "description": "Press Shift-Key and make a rectangle-selection with the mouse by click-and-dragg. All checkboxes within the selection will be checked upon releasing the mouse botton.",
  "icons": {
    "48": "icons/checkbox-48.png",
    "96": "icons/checkbox-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*/*"
      ],
      "js": [
        "checkboxSelector.js"
      ],
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b457c6d-4a24-4567-8ac8-dcbdca1ae33f}"
    }
  }
}

Best Checkbox Selector Alternatives

Here are some Firefox add-ons that are similar to Checkbox Selector: