Table range select and copy like in Firefox!

The extension enables table range selection like in Firefox!

Cos'è Table range select and copy like in Firefox!?

Table range select and copy like in Firefox! è un'estensione di Chrome sviluppata da Javlon Sodikov, e la sua funzione principale è "The extension enables table range selection like in Firefox!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Table range select and copy like in Firefox!

Scarica i file di estensione Table range select and copy like in Firefox! 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

                        Select table ranges with CTRL+mouse and select table cells with ALT+mouse click. 
Release notes 1.5.16
    - Ctrl + Mouse click for links fixed

Release notes 1.5:
    - Alt + Click selects single cells. 
    - Ctrls + Click + move selects table ranges exactly like in Firefox. 

Improvemets: 
    - Fast UI redraw
    - Select Border now not moves tables 

Please send your feedbacks to javlon[at]gmail.com                    

Informazioni di Base sull'Estensione

Nome Table range select and copy like in Firefox! Table range select and copy like in Firefox!
ID klojbfbefcejadioohmnkhjmbmecfapg
URL Ufficiale https://chromewebstore.google.com/detail/table-range-select-and-co/klojbfbefcejadioohmnkhjmbmecfapg
Descrizione The extension enables table range selection like in Firefox!
Dimensione del File 6.96 KB
Conteggio Installazioni 6,767
Versione Corrente 1.5.16
Ultimo Aggiornamento 2021-04-20
Data di Pubblicazione 2018-07-11
Valutazione 4.00/5 Totale 23 Valutazioni
Sviluppatore Javlon Sodikov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table range select and copy like in Firefox!",
    "version": "1.5.16",
    "description": "The extension enables table range selection like in Firefox!",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/main_v1.5.16.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "manifest_version": 2
}