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! هو إضافة Chrome تم تطويرها بواسطة Javlon Sodikov، والميزة الرئيسية لها هي "The extension enables table range selection like in Firefox!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Table range select and copy like in Firefox!

قم بتنزيل ملفات الامتداد Table range select and copy like in Firefox! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}