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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}