Local export tools for browser work

Export the page you are already viewing into clean files.

SourcePack tools turn visible tables, chats, repositories, transcripts, and QA pages into Markdown, JSON, CSV, or handoff packs after one explicit browser action.

Proof workbench MV3 · local storage · user export
InputVisible page, table, chat, repo, transcript
CaptureToolbar action runs in the active tab
OutputMarkdown, JSON, CSV, SourcePack
web2csv-export.csv Name,Price,Owner
Notebook Alpha,12,Research
Marker Set,8,Operations
Web2CSV popup showing extracted rows and export controls.
Export receipt 2 rows detected 3 columns mapped CSV generated by user click No SourcePack server upload

Tool picker

Pick by the artifact you need to export

Each extension has one narrow capture surface, one explicit user action, and a public reviewer path that proves the local-only boundary.

Review posture

Built around user-triggered capture and local exports

Every extension uses Manifest V3, avoids remote code, requires a user action before capture, and documents exactly which visible page data is handled. Published tools link directly to their Chrome Web Store listing from the product page.

MV3 onlyAll launch manifests use Manifest V3 and packaged code.
Narrow permissionsNo <all_urls>, tabs, debugger, hidden analytics, or background browsing collection.
Local-firstCaptured content stays in Chrome local storage unless the user exports a file.
Reviewer evidenceEach product page links to a reproducible test path and real screenshot.