Checkbox Dragger

U can check once by dragging.

What is Checkbox Dragger?

Checkbox Dragger is a Chrome extension developed by https://www.be-s.co.jp, and its main feature is "U can check once by dragging.".

Extension Screenshots

screenshot

Download Checkbox Dragger Extension CRX File

Download Checkbox Dragger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        マウスのドラッグ操作でチェックボックスを一括選択できます。
1つ目のチェックボックスをドラッグする感じでピュッっと範囲選択できます。                    

Extension Basic Information

Name Checkbox Dragger Checkbox Dragger
ID knibpebhodaehboeaabbjmclmgflgank
Official URL https://chromewebstore.google.com/detail/checkbox-dragger/knibpebhodaehboeaabbjmclmgflgank
Description U can check once by dragging.
File Size 44.12 KB
Installation Count 3,580
Current Version 2.2
Last Updated 2019-04-02
Publish Date 2019-04-01
Rating 4.20/5 Total 5 Ratings
Developer https://www.be-s.co.jp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.be-s.co.jp/privacy_policy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.2",
    "default_locale": "ja",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "cs_listener.js",
                "cs_cbdragger.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Checkbox Dragger",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/b3s.be-s.co.jp\/"
    ]
}