Table to CSV Format Firefox

Examine source code of Table to CSV Format

Inspect and view changes in Table to CSV Format 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": "3.2",
  "description": "Extract any HTML table on a page into CSV. Detects all tables, handles colspans, and lets you copy to the clipboard or download with a comma, tab, or semicolon separator.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{651407e7-e9eb-478c-b81c-4f50ba9b2570}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Table to CSV",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Melhores alternativas Table to CSV Format

Aqui estão algumas Firefox add-ons que são similares a Table to CSV Format: