table-sort-js

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

Wat is table-sort-js?

table-sort-js is een Chrome-extensie ontwikkeld door Lee Wannacott, en de belangrijkste functie is "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie table-sort-js

Download table-sort-js-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Make the tables of websites you visit sortable!                    

Basisinformatie over de Extensie

Naam table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Officiële URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Beschrijving Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Bestandsgrootte 10.47 KB
Aantal Installaties 50
Huidige Versie 1.18.3
Laatst Bijgewerkt 2023-12-29
Publicatiedatum 2023-05-14
Ontwikkelaar Lee Wannacott
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LeeWannacott/table-sort-js
Help Pagina-URL https://github.com/LeeWannacott/table-sort-js/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}