Check Range

Shift-click first and last checkbox to select/deselect range.

Cos'è Check Range?

Check Range è un'estensione di Chrome sviluppata da Christian Bloch, e la sua funzione principale è "Shift-click first and last checkbox to select/deselect range.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Check Range

Scarica i file di estensione Check Range 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

                        Shift-click first and last checkbox to select/deselect range. Based on Jesse Ruderman's Check Range Greasemonkey script at http://www.squarefree.com/2005/04/13/checkrange/.                    

Informazioni di Base sull'Estensione

Nome Check Range Check Range
ID kcfmannklpnoilbdlaabnfolfepmpmfj
URL Ufficiale https://chrome.google.com/webstore/detail/check-range/kcfmannklpnoilbdlaabnfolfepmpmfj
Descrizione Shift-click first and last checkbox to select/deselect range.
Dimensione del File 92.48 KB
Conteggio Installazioni 9,677
Versione Corrente 1.5
Ultimo Aggiornamento 2012-11-09
Data di Pubblicazione 2012-11-09
Valutazione 4.44/5 Totale 78 Valutazioni
Sviluppatore Christian Bloch
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cbloch/Check-Range-Chrome-Extension
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Range",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Shift-click first and last checkbox to select\/deselect range.",
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "72": "72.png",
        "128": "128.png",
        "256": "256.png",
        "512": "512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "check_range.user.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}