Smooth Checkbox for Gmail™

Select/deselect multiple checkboxes by click and drag!

Smooth Checkbox for Gmail™ क्या है?

Smooth Checkbox for Gmail™ js extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select/deselect multiple checkboxes by click and drag!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smooth Checkbox for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.

User Data and Privacy Policy:
This extension parses Gmail web pages to simply add new user interface functionality for selecting/deselecting checkboxes. This extension does not collect or store any personal or sensitive user data.

Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

एक्सटेंशन की मूल जानकारी

नाम Smooth Checkbox for Gmail™ Smooth Checkbox for Gmail™
ID egkhfllhmjihbfnkikpnbeeakllbobjl
आधिकारिक URL https://chromewebstore.google.com/detail/smooth-checkbox-for-gmail/egkhfllhmjihbfnkikpnbeeakllbobjl
विवरण Select/deselect multiple checkboxes by click and drag!
फ़ाइल का आकार 471 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.4.9
अंतिम अपडेट 2019-02-27
प्रकाशन तिथि 2019-02-26
रेटिंग 3.66/5 कुल 29 रेटिंग्स
डेवलपर 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.google.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 Gmail\u2122",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.9",
    "web_accessible_resources": [
        "open-env-transparent.png",
        "close-env-transparent.png"
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}