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!是由Javlon Sodikov开发的Chrome扩展程序,该扩展的主要功能是“The extension enables table range selection like in Firefox!”。

扩展截图

screenshot
screenshot

下载Table range select and copy like in Firefox!扩展crx文件

下载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
}