Table Extractor - Download any Table as a CSV

Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Table Extractor - Download any Table as a CSV",
  "manifest_version": 3,
  "version": "1.0",
  "description": "The extension downloads HTML tables in CSV format.",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}