table-sort-js

table-sort-js

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Lee Wannacott",
  "name": "table-sort-js",
  "version": "1.21.0",
  "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": [
        "<all_urls>"
      ],
      "js": [
        "addTableSortClass.js",
        "table-sort.js"
      ]
    }
  ]
}