table-sort-js

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

Was ist table-sort-js?

table-sort-js ist eine Chrome-Erweiterung, die von Lee Wannacott entwickelt wurde, und ihr Hauptmerkmal ist "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Erweiterungsscreenshots

screenshot

table-sort-js-Erweiterungs-CRX-Datei herunterladen

Laden Sie table-sort-js-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Make the tables of websites you visit sortable!                    

Grundlegende Informationen zur Erweiterung

Name table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Offizielle URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Beschreibung Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Dateigröße 10.47 KB
Installationsanzahl 50
Aktuelle Version 1.18.3
Letztes Update 2023-12-29
Veröffentlichungsdatum 2023-05-14
Entwickler Lee Wannacott
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/LeeWannacott/table-sort-js
Hilfeseite URL https://github.com/LeeWannacott/table-sort-js/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}