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
官方網址 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"
    ]
}