table-sort-js

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

What is table-sort-js?

table-sort-js is a Chrome extension developed by Lee Wannacott, and its main feature is "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Extension Screenshots

screenshot

Download table-sort-js Extension CRX File

Download table-sort-js extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Make the tables of websites you visit sortable!                    

Extension Basic Information

Name table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Official URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Description Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
File Size 10.47 KB
Installation Count 50
Current Version 1.18.3
Last Updated 2023-12-29
Publish Date 2023-05-14
Developer Lee Wannacott
Email [email protected]
Payment Type free
Extension Website https://github.com/LeeWannacott/table-sort-js
Help Page URL https://github.com/LeeWannacott/table-sort-js/issues
Supported Languages 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"
            ]
        }
    ]
}