table-sort-js

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

Co to jest table-sort-js?

table-sort-js to rozszerzenie Chrome opracowane przez Lee Wannacott, a jego główną funkcją jest „Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia table-sort-js

Pobierz pliki rozszerzeń table-sort-js w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Make the tables of websites you visit sortable!                    

Podstawowe informacje o rozszerzeniu

Nazwa table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
Oficjalny URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
Opis Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
Rozmiar pliku 10.47 KB
Liczba instalacji 50
Aktualna Wersja 1.18.3
Ostatnia Aktualizacja 2023-12-29
Data Publikacji 2023-05-14
Deweloper Lee Wannacott
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/LeeWannacott/table-sort-js
Adres URL Strony Pomocy https://github.com/LeeWannacott/table-sort-js/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}