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
Eメール [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
}