table-sort-js

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

Vad är table-sort-js?

table-sort-js är en Chrome-tillägg utvecklad av Lee Wannacott, och dess huvudfunktion är "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Tilläggsskärmbilder

screenshot

Ladda ner table-sort-js-förlängningens CRX-fil

Ladda ner table-sort-js-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Make the tables of websites you visit sortable!                    

Grundläggande Information om Tillägg

Namn table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Officiell webbadress https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Beskrivning Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Filstorlek 10.47 KB
Antal Installationer 50
Aktuell Version 1.18.3
Senast Uppdaterad 2023-12-29
Publiceringsdatum 2023-05-14
Utvecklare Lee Wannacott
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/LeeWannacott/table-sort-js
Hjälpsida URL https://github.com/LeeWannacott/table-sort-js/issues
Stödda Språk 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"
            ]
        }
    ]
}