Checkbox Dragger

U can check once by dragging.

Cos'è Checkbox Dragger?

Checkbox Dragger è un'estensione di Chrome sviluppata da https://www.be-s.co.jp, e la sua funzione principale è "U can check once by dragging.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Checkbox Dragger

Scarica i file di estensione Checkbox Dragger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Checkbox Dragger Checkbox Dragger
ID knibpebhodaehboeaabbjmclmgflgank
URL Ufficiale https://chromewebstore.google.com/detail/checkbox-dragger/knibpebhodaehboeaabbjmclmgflgank
Descrizione U can check once by dragging.
Dimensione del File 44.12 KB
Conteggio Installazioni 3,580
Versione Corrente 2.2
Ultimo Aggiornamento 2019-04-02
Data di Pubblicazione 2019-04-01
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://www.be-s.co.jp
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.be-s.co.jp/privacy_policy
Lingue Supportate 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\/"
    ]
}