Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 819 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 819 Bytes

Table Export Button Chrome Extension

A lightweight Chrome extension that adds an export button to HTML tables on web pages, making it easy to download table data.

Screenshot

Table Export Button Demo

Features

  • 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

Installation

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top-right corner
  4. Click "Load unpacked" and select the extension directory

Usage

  1. Visit any webpage containing HTML tables
  2. Hover over a table to reveal the export button in the top-right corner
  3. Click the export button to download the table data as a CSV file