table-sort-js

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

什么是table-sort-js?

table-sort-js是由Lee Wannacott开发的Chrome扩展程序,该扩展的主要功能是“Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js”。

扩展截图

screenshot

下载table-sort-js扩展crx文件

下载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"
            ]
        }
    ]
}