table-sort-js

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

table-sort-js là gì?

table-sort-js là một tiện ích mở rộng Chrome được phát triển bởi Lee Wannacott, và tính năng chính của nó là "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng table-sort-js

Tải xuống các tệp mở rộng table-sort-js dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make the tables of websites you visit sortable!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
URL Chính Thức https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Mô tả Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Kích Thước Tệp 10.47 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.18.3
Cập Nhật Lần Cuối 2023-12-29
Ngày Phát Hành 2023-05-14
Nhà Phát Triển Lee Wannacott
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LeeWannacott/table-sort-js
URL Trang Trợ Giúp https://github.com/LeeWannacott/table-sort-js/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}