Smooth Checkbox for Hotmail™
Select/deselect multiple checkboxes by click and drag!
What is Smooth Checkbox for Hotmail™?
Smooth Checkbox for Hotmail™ is a Chrome extension developed by js extensions, and its main feature is "Select/deselect multiple checkboxes by click and drag!".
Extension Screenshots
Download Smooth Checkbox for Hotmail™ Extension CRX File
Download Smooth Checkbox for Hotmail™ 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
Now you don't have to click each checkbox when you want to select multiple checkboxes. You can just click and drag to select a bunch. Deselect Behavior: If you drag your cursor during deselection, every checkbox touched will be deselected.
Extension Basic Information
Name | Smooth Checkbox for Hotmail™ |
ID | ckceclocmcldllomphkbhhngpigfedhp |
Official URL | https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp |
Description | Select/deselect multiple checkboxes by click and drag! |
File Size | 471 KB |
Installation Count | 50 |
Current Version | 1.4.1 |
Last Updated | 2014-11-25 |
Publish Date | 2014-11-24 |
Developer | js extensions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
Supported Languages | en |
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": { "128": "dnc-icon128.png", "48": "dnc-icon48.png" }, "manifest_version": 2, "name": "Smooth Checkbox for Hotmail\u2122", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1", "web_accessible_resources": [ "open-env-transparent.png", "close-env-transparent.png" ] } |