Grab any web table and export it to CSV, Excel, JSON, TSV, or Markdown.
- Detects tables across iframes and embedded content.
- Export formats: CSV, TSV, XLSX, JSON, Markdown.
- Clean preview with table metadata.
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and select this folder.
activeTab: Access the current page when you click the extension.scripting: Needed for content scripts.downloads: Save exported files.webNavigation: Scan all frames for tables.host_permissions:<all_urls>for table detection on any site.
This extension does not collect or transmit any data. It only reads tables in the active tab when you open the popup.
marketing/promo-440x280.pngmarketing/hero-1400x560.png
manifest.jsoncontent.jspopup.html/popup.js/popup.css
MIT. See LICENSE.