Easy Table to CSV Exporter Firefox

Examine source code of Easy Table to CSV Exporter

Inspect and view changes in Easy Table to CSV Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Table to CSV",
  "version": "1.0",
  "description": "Export HTML tables to CSV",
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{035286ca-f2b7-4dc9-b32a-7db7624e0f16}"
    }
  }
}

Best Easy Table to CSV Exporter Alternatives

Here are some Firefox add-ons that are similar to Easy Table to CSV Exporter: