table-sort-js

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

Hvad er table-sort-js?

table-sort-js er en Chrome-udvidelse udviklet af Lee Wannacott, og dens hovedfunktion er "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Udvidelsesskærmbilleder

screenshot

Download table-sort-js-udvidelses-CRX-fil

Download table-sort-js-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Make the tables of websites you visit sortable!                    

Grundlæggende oplysninger om udvidelsen

Navn table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Officiel URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Beskrivelse Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Filstørrelse 10.47 KB
Antal Installationer 50
Nuværende Version 1.18.3
Senest Opdateret 2023-12-29
Udgivelsesdato 2023-05-14
Udvikler Lee Wannacott
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LeeWannacott/table-sort-js
Hjælpeside-URL https://github.com/LeeWannacott/table-sort-js/issues
Understøttede Sprog 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"
            ]
        }
    ]
}