Table to TSV Firefox

Examine source code of Table to TSV

By: jorbor
Inspect and view changes in Table to TSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Table to TSV",
  "version": "1.0",
  "description": "Copy HTML tables to clipboard as tab-delimited text",
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Table to TSV"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "table-to-tsv@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Table to TSV Alternatives

Here are some Firefox add-ons that are similar to Table to TSV: