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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension enables table range selection like in Firefox!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Table range select and copy like in Firefox! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}