Smooth Checkbox for Hotmail™

Select/deselect multiple checkboxes by click and drag!

Vad är Smooth Checkbox for Hotmail™?

Smooth Checkbox for Hotmail™ är en Chrome-tillägg utvecklad av js extensions, och dess huvudfunktion är "Select/deselect multiple checkboxes by click and drag!".

Tilläggsskärmbilder

screenshot

Ladda ner Smooth Checkbox for Hotmail™-förlängningens CRX-fil

Ladda ner Smooth Checkbox for Hotmail™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Smooth Checkbox for Hotmail™ Smooth Checkbox for Hotmail™
ID ckceclocmcldllomphkbhhngpigfedhp
Officiell webbadress https://chromewebstore.google.com/detail/smooth-checkbox-for-hotma/ckceclocmcldllomphkbhhngpigfedhp
Beskrivning Select/deselect multiple checkboxes by click and drag!
Filstorlek 471 KB
Antal Installationer 50
Aktuell Version 1.4.1
Senast Uppdaterad 2014-11-25
Publiceringsdatum 2014-11-24
Utvecklare js extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com
Stödda Språk 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"
    ]
}