TableXport: AI Table Extractor Firefox

Examine source code of TableXport: AI Table Extractor

By: Artem_K Add-on
Inspect and view changes in TableXport: AI Table Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TableXport: AI Table Extractor",
  "description": "Export tables from ChatGPT, Claude, Gemini, and DeepSeek to Excel or Google Sheets in one click.",
  "version": "1.0.1",
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "96": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "clipboardWrite",
    "*://*.chatgpt.com/*",
    "*://claude.ai/*",
    "*://gemini.google.com/*",
    "*://*.deepseek.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tablexport-ai-table-extractor@tablexport.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png"
    },
    "default_title": "TableXport",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*",
        "*://*.deepseek.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best TableXport: AI Table Extractor Alternatives

Here are some Firefox add-ons that are similar to TableXport: AI Table Extractor: