Table range select and copy like in Firefox!

The extension enables table range selection like in Firefox!

Что такое Table range select and copy like in Firefox!?

Table range select and copy like in Firefox! - это расширение Chrome, разработанное Javlon Sodikov, и его основная функция - "The extension enables table range selection like in Firefox!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Table range select and copy like in Firefox!

Скачайте файлы расширений Table range select and copy like in Firefox! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Table range select and copy like in Firefox! Table range select and copy like in Firefox!
ID klojbfbefcejadioohmnkhjmbmecfapg
Официальный URL https://chromewebstore.google.com/detail/table-range-select-and-co/klojbfbefcejadioohmnkhjmbmecfapg
Описание The extension enables table range selection like in Firefox!
Размер файла 6.96 KB
Количество установок 6,767
Текущая Версия 1.5.16
Последнее Обновление 2021-04-20
Дата публикации 2018-07-11
Рейтинг 4.00/5 Всего 23 оценок
Разработчик Javlon Sodikov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}