Smooth Checkbox for Hotmail™

Select/deselect multiple checkboxes by click and drag!

Apa itu Smooth Checkbox for Hotmail™?

Smooth Checkbox for Hotmail™ adalah ekstensi Chrome yang dikembangkan oleh js extensions, dan fitur utamanya adalah "Select/deselect multiple checkboxes by click and drag!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Smooth Checkbox for Hotmail™

Unduh file ekstensi Smooth Checkbox for Hotmail™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Smooth Checkbox for Hotmail™ Smooth Checkbox for Hotmail™
ID ckceclocmcldllomphkbhhngpigfedhp
URL Resmi https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp
Deskripsi Select/deselect multiple checkboxes by click and drag!
Ukuran File 471 KB
Jumlah Instalasi 50
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2014-11-25
Tanggal Publikasi 2014-11-24
Pengembang js extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com
Bahasa yang Didukung 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"
    ]
}