table-sort-js

Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js

ما هو table-sort-js؟

table-sort-js هو إضافة Chrome تم تطويرها بواسطة Lee Wannacott، والميزة الرئيسية لها هي "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

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

screenshot

تحميل ملف CRX للإضافة table-sort-js

قم بتنزيل ملفات الامتداد table-sort-js بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Make the tables of websites you visit sortable!                    

معلومات أساسية عن التمديد

الاسم table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
عنوان URL الرسمي https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
الوصف Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
حجم الملف 10.47 KB
عدد التثبيتات 50
النسخة الحالية 1.18.3
آخر تحديث 2023-12-29
تاريخ النشر 2023-05-14
المطور Lee Wannacott
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/LeeWannacott/table-sort-js
عنوان صفحة المساعدة https://github.com/LeeWannacott/table-sort-js/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Lee Wannacott",
    "name": "table-sort-js",
    "version": "1.18.3",
    "description": "Makes tables sortable using table-sort-js: https:\/\/github.com\/LeeWannacott\/table-sort-js",
    "icons": {
        "48": "icons\/t.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/t.png",
        "default_title": "table-sort-js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "addTableSortClass.js",
                "table-sort.js"
            ]
        }
    ]
}