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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}