table-sort-js

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

Cos'è table-sort-js?

table-sort-js è un'estensione di Chrome sviluppata da Lee Wannacott, e la sua funzione principale è "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione table-sort-js

Scarica i file di estensione table-sort-js in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Make the tables of websites you visit sortable!                    

Informazioni di Base sull'Estensione

Nome table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
URL Ufficiale https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Descrizione Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Dimensione del File 10.47 KB
Conteggio Installazioni 50
Versione Corrente 1.18.3
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2023-05-14
Sviluppatore Lee Wannacott
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/LeeWannacott/table-sort-js
URL della Pagina di Aiuto https://github.com/LeeWannacott/table-sort-js/issues
Lingue Supportate 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"
            ]
        }
    ]
}