Smooth Checkbox for Hotmail™

Select/deselect multiple checkboxes by click and drag!

什么是Smooth Checkbox for Hotmail™?

Smooth Checkbox for Hotmail™是由js extensions开发的Chrome扩展程序,该扩展的主要功能是“Select/deselect multiple checkboxes by click and drag!”。

扩展截图

screenshot

下载Smooth Checkbox for Hotmail™扩展crx文件

下载Smooth Checkbox for Hotmail™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Smooth Checkbox for Hotmail™ Smooth Checkbox for Hotmail™
ID ckceclocmcldllomphkbhhngpigfedhp
官方URL https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp
简介 Select/deselect multiple checkboxes by click and drag!
文件大小 471 KB
安装次数 50
当前版本 1.4.1
更新时间 2014-11-25
上架时间 2014-11-24
开发者 js extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com
支持的语言 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"
    ]
}