A lightweight Chrome extension that adds an export button to HTML tables on web pages, making it easy to download table data.
- Automatically detects tables on web pages
- Adds an export button to the top-right corner of each table
- Button appears on hover
- Downloads table data in CSV format
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension directory
- Visit any webpage containing HTML tables
- Hover over a table to reveal the export button in the top-right corner
- Click the export button to download the table data as a CSV file