# Website Table Exporter

> Export websites' tables as JSON, CSV or Markdown format.

Canonical page: [https://chrome-stats.com/d/website-table-exporter](https://chrome-stats.com/d/website-table-exporter)

## Overview

- **ID:** `website-table-exporter`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** llagerlof
- **Category:** other
- **Daily users:** 28
- **Weekly downloads:** 7
- **Version:** 1.5.4
- **Last updated:** 2026-02-11
- **First published:** 2025-07-18
- **Size:** 59 KB
- **Data as of:** 2026-09-09
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/website-table-exporter/)
- **Website:** [https://github.com/llagerlof/websitetableexporter/issues](https://github.com/llagerlof/websitetableexporter/issues)

## Description

<strong>Website Table Exporter</strong>

Export table data from websites to CSV, JSON and Markdown directly to clipboard.
<ul><li>FULL CLIENTE-SIDE. NO ADS. NO TRACKING.</li><li><strong>Open Source</strong>: Full source code available on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/757937bdb0392a40a73a381bfd29bc3749f6b6fdeba29aae00f3fe8042500a36/https%3A//github.com/llagerlof/websitetableexporter" rel="nofollow">GitHub</a></li></ul>
<strong>Browser Support</strong>

Compatible with Firefox and Chrome.

<strong>Export Format Examples</strong>

<strong>CSV Format</strong>: Perfect for spreadsheets and data analysis:

<code>"Name","Age","City"
"John Doe",30,"New York"
"Jane Smith",25,"Los Angeles"
</code>

<strong>JSON Format</strong>: Ideal for developers and data processing:

<code>[
 {
  "Name": "John Doe",
  "Age": 30,
  "City": "New York"
 },
 {
  "Name": "Jane Smith",
  "Age": 25,
  "City": "Los Angeles"
 }
]
</code>

<strong>Markdown Format</strong>: Great for documentation and README files:

<code>| Name | Age | City |
| --- | --- | --- |
| John Doe | 30 | New York |
| Jane Smith | 25 | Los Angeles |
</code>

## Rankings

- #21,056 — Overall
- #72 — spreadsheet
- #85 — tableur
- #94 — website
- #131 — json
- #134 — csv export

## Permissions and access

### Permissions

- `activeTab`
- `clipboardWrite`
- `tabs`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [HTML Table Exporter](https://chrome-stats.com/d/gauchogrid-table-exporter) — 13 users
- [Table Extractor - TableConvert](https://chrome-stats.com/d/table-extractor-tableconvert) — 838 users, 4.75 / 5
- [Export HTML Table to JSON/CSV](https://chrome-stats.com/d/html-export-table-to-json-csv) — 13 users, 3.00 / 5
- [Table to CSV: HTML Table Extractor](https://chrome-stats.com/d/table-to-csv-extractor) — 23 users, 5.00 / 5
- [JSON to Table Converter](https://chrome-stats.com/d/json-to-table-converter) — 11 users
- [Table to CSV](https://chrome-stats.com/d/table-to-csv) — 22 users
- [Unlimited Table Extractor](https://chrome-stats.com/d/unlimited-table-extractor) — 1 users
- [CSV Generator for Tables](https://chrome-stats.com/d/csv-generator-for-tables) — 1 users
- [Table Selector Pro](https://chrome-stats.com/d/table-selector-pro) — 3 users, 5.00 / 5
- [Table Extractor](https://chrome-stats.com/d/table-extractor) — 27 users
- [DataExport Pro](https://chrome-stats.com/d/dataexport-pro) — 3 users, 5.00 / 5
- [Table Data to CSV Tool](https://chrome-stats.com/d/table-data-to-csv-tool) — 4 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/website-table-exporter)
