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! là gì?

Table range select and copy like in Firefox! là một tiện ích mở rộng Chrome được phát triển bởi Javlon Sodikov, và tính năng chính của nó là "The extension enables table range selection like in Firefox!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Table range select and copy like in Firefox!

Tải xuống các tệp mở rộng Table range select and copy like in Firefox! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Table range select and copy like in Firefox! Table range select and copy like in Firefox!
ID klojbfbefcejadioohmnkhjmbmecfapg
URL Chính Thức https://chromewebstore.google.com/detail/table-range-select-and-co/klojbfbefcejadioohmnkhjmbmecfapg
Mô tả The extension enables table range selection like in Firefox!
Kích Thước Tệp 6.96 KB
Số Lần Cài Đặt 6,767
Phiên Bản Hiện Tại 1.5.16
Cập Nhật Lần Cuối 2021-04-20
Ngày Phát Hành 2018-07-11
Đánh Giá 4.00/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Javlon Sodikov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}