Capture Web Table playgroundInstall the extension, stay on these pages, then click the toolbar icon.

Playground

Practice real capture flows. These are normal web pages — the extension content script can scan them (unlike chrome-extension:// pages).

  1. Install / reload Capture Web Table in your browser.
  2. Open a scene below.
  3. Click the extension icon for tables, or press Alt+Shift+E for Workshop on DIV layouts.

Classic tables

Real HTML <table> elements the popup can list instantly.

Open the extension popup → click Copy / Excel / Edit.

Open scene

Merged cells

Tables with rowspan and colspan.

Capture and check that merged cells expand correctly.

Open scene

DIV layout (no table)

Looks like a table but uses DIV/flex — popup stays empty.

Use Workshop (Alt+Shift+E), click the list, then Copy or Edit Data.

Open scene

Paged table

A table with a Next page control.

Workshop → select the table → Page+ to merge pages.

Open scene

Dynamic rows

Rows append over time (infinite-scroll style).

Workshop → select the list → Dynamic → Stop when enough rows.

Open scene