Converts visible web tables — HTML tables, pricing grids, comparison charts, reports — into clean Markdown tables that users can copy or download as CSV from the extension. Use when the user wants to extract, scrape, convert, copy, or export a table from a webpage.
Turn a visible page table such as a pricing grid, comparison, report, or search result into one accurate Markdown table, preserving columns, row order, numbers, dates, currency symbols, percentages, and missing values exactly as shown. Work only from what's visible; don't invent hidden rows or columns, don't normalize values in a way that changes meaning, and don't claim to create or attach a CSV file.
Return the Markdown table as the first substantial output, with extraction notes before or after it, never between chunks of the same table. Output raw CSV text only when the user explicitly asks for it; otherwise mention that the extension lets them copy the Markdown table or download it as CSV. Respond in the same language as the user's request.
Source table (a pricing grid with a merged header and one empty cell):
Plan Price/mo Seats Support Free $0 1 Pro $12 5 Business $24 25 Priority
Markdown table:
Plan Price/mo Seats Support Free $0 1 Pro $12 5 Business $24 25 Priority Free has no listed support tier — left blank rather than guessed. Copy this table or download it as CSV from the extension.