HTML Tables to XLSX Spreadsheets Firefox

Examine source code of HTML Tables to XLSX Spreadsheets

By: GrabzIt
Inspect and view changes in HTML Tables to XLSX Spreadsheets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTML Tables to XLSX Spreadsheets",
  "description": "Convert all HTML tables in a web page or local HTML file to a XLSX spreadsheet, with each table placed on a seperate tab.",
  "version": "1.1.6",
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "htmltablestoxlsx@grabz.it"
    }
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "*://grabz.it/*",
    "file:///*"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon.png",
    "128": "icon128.png"
  }
}

Best HTML Tables to XLSX Spreadsheets Alternatives

Here are some Firefox add-ons that are similar to HTML Tables to XLSX Spreadsheets: