Smooth Checkbox for Hotmail™

Smooth Checkbox for Hotmail™

Select/deselect multiple checkboxes by click and drag!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "core.js",
        "interval-counter.js",
        "checkbox-detector.js",
        "FloatMenu.js",
        "GmailPage.js"
      ],
      "matches": [
        "https://*.mail.live.com/*"
      ]
    }
  ],
  "description": "Select/deselect multiple checkboxes by click and drag!",
  "icons": {
    "48": "dnc-icon48.png",
    "128": "dnc-icon128.png"
  },
  "manifest_version": 2,
  "name": "Smooth Checkbox for Hotmail™",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4.1",
  "web_accessible_resources": [
    "open-env-transparent.png",
    "close-env-transparent.png"
  ]
}